| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.DispatcherObject
Field Summary | |
| public | parent: Object |
| A parent or host object to route events to | |
Constructor | |
| public | DispatcherObject ( ) |
| Constructor | |
Method Summary | |
| public | addEventListener ( event: String, obj: Object, handler: String ): Void |
| Registers a listener to an object instance. | |
| public | removeEventListener ( event: String, obj: Object ): Void |
| Removes a registered listener from an object instance. | |
| public | routeEvent ( e: Event ): Void |
| Routes an event to the parent if the routeEvents property is true. | |
| public var parent: Object |
| A parent or host object to route events to |
|
| Constructor Initializes the dispatcher |
|
| Registers a listener to an object instance. |
|
|
| Removes a registered listener from an object instance. |
|
|
| Routes an event to the parent if the routeEvents property is true. | |||
|