| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.CommandEvent
Field Summary | ||
| context: Context | ||
| The context associated with this command. | ||
| name: String | ||
| The name of the command. | ||
| type: String | ||
| The type of event, the string "command". | ||
| ||
Constructor | ||
| public | CommandEvent ( name: String, context: Context) | |
| Constructs a new Command event | ||
| var context: Context |
| The context associated with this command. |
| var name: String |
| The name of the command. |
| var type: String |
| The type of event, the string "command". |
|
| Constructs a new Command event | ||||||
|