UIEventManager
A class that will manage AbstractEvents.
Object
UIEventManager
AbstractEvent.Manager
Serializable
AbstractEvent
Field Summary |
Fields from com.bea.netuix.nf.events. |
_listeners, _sourceObject |
Constructor Summary |
Method Summary |
public void |
|
Methods from com.bea.netuix.nf.events. |
addListener, fireEvent, getContext, removeListener |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Method Detail |
public void fireEvent(AbstractEvent
event)
Notifies the given the interested listeners that the given event happened.
Both local and global AbstractEventListeners are notified, with
local listeners first.