| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.RPCStatusEvent
Field Summary | ||
| code: String | ||
| a string giving the name of the condition that occurred | ||
| data: Object | ||
| an object whose contents depend on the code | ||
| type: String | ||
| The type of event, the string "status". | ||
| ||
Constructor | ||
| public | RPCStatusEvent ( code: String, data: Object) | |
| Consrtucts a new rpc status event | ||
| var code: String |
| a string giving the name of the condition that occurred |
| var data: Object |
| an object whose contents depend on the code |
| var type: String |
| The type of event, the string "status". |
|
| Consrtucts a new rpc status event | ||||||
|