Click or drag to resize
EventManagerRegisterListener Method
Overload List
  NameDescription
Public methodRegisterListener(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.
Public methodRegisterListener(Object, EventManagerEventDelegate)
Registers the specified delegate for events of the specified type.
Top
See Also