| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.RPCValidateParamsEvent
Field Summary | ||
| operation: String | ||
| The operation to perform | ||
| params: Object | ||
| The paramaters to be used on this operation | ||
| type: String | ||
| The type of event, the string "validate". | ||
| valid: Boolean | ||
| A Boolean set to false if the params are invalid | ||
| ||
Constructor | ||
| public | RPCValidateParamsEvent ( params: Object, operation: String) | |
| Consructs a new rpc status event | ||
| var operation: String |
| The operation to perform |
| var params: Object |
| The paramaters to be used on this operation |
| var type: String |
| The type of event, the string "validate". |
| var valid: Boolean |
| A Boolean set to false if the params are invalid |
|
| Consructs a new rpc status event | ||||||
|