AbstractEvent.Manager Class

com.bea.netuix.servlets.controls
AbstractEvent.Manager Class

public static class AbstractEvent.Manager

    extends UIEventManager

A class that will manage AbstractEvents.


Hierarchy
Object
  UIEventManager
    AbstractEvent.Manager
All Implemented Interfaces

Serializable
Enclosing class

AbstractEvent

Field Summary

   
Fields from  com.bea.netuix.nf.events.UIEventManager
_listeners, _sourceObject
 

Constructor Summary

 

Method Summary

public void
fireEvent(AbstractEvent event)
Notifies the given the interested listeners that the given event happened.
 
Methods from  com.bea.netuix.nf.events.UIEventManager
addListener, fireEvent, getContext, removeListener
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail


 

Method Detail

fireEvent(AbstractEvent) Method

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.

Parameters

event
- An AbstractChangeEvent object.