The event type is an integral value that identifies the type of event to fire. It is transparent to the {@link EventManager}.
The event listener must implement the {@link EventHandler} interface.
The callback object must be {@link Serializable} and is passed back to the{@link EventHandler} when the event fires.
Most importantly this class is {@link Serializable} so that it can bestored, if required. @version $Revision: 1.1 $ $Date: 2004/11/26 01:50:41 $ @author Jim Alateras
|
|