| EventManagerRegisterListener Method |
| Name | Description | |
|---|---|---|
| RegisterListener(EventManagerEventDelegate) |
Registers the specified delegate for all events. Note that the
delegate will be called twice if it is registered for a specific
event type as well. Listeners for all events are always notified
before listeners for specific events.
| |
| RegisterListener(Object, EventManagerEventDelegate) |
Registers the specified delegate for events of the specified type.
|