CHAPTER 53
UIEventDispatcher class
ActionScript Class Name
Inheritance
EventDispatcher class
The UIEventDispatcher class is mixed in to the UIComponent class and allows components
to emit certain events.
If you want an object that doesn't inherit from UIComponent to dispatch certain events, you
can use UIEventDispatcher.
Method summary for the UIEventDispatcher class
The following table lists the method of the UIEventDispatcher class.
Method
UIEventDispatcher.removeEventListener()
Methods inherited from the EventDispatcher class
The following table lists the methods the UIEventDispatcher class inherits from the
EventDispatcher class. When calling these methods from the UIEventDispatcher object, use
the form
UIEventDispatcherInstance.methodName
Method
EventDispatcher.addEventListener()
EventDispatcher.dispatchEvent()
mx.events.UIEventDispatcher
> UIEventDispatcher
Description
Removes a registered listener from a component
instance. This method overrides the
eventDispatcher.removeEventListenter()
method.
Description
Registers a listener to a component instance.
Dispatches an event to all registered listeners.
.
53
1351
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers