ActiveEventpublic interface ActiveEvent This interface defines events that know how to dispatch themselves. Such
event can be placed upon the event queue and its dispatch method will be
called when the event is dispatched. |
Methods Summary |
---|
public void | dispatch()Dispatches the event to the listeners of the event's source, or does
whatever it is this event is supposed to do.
|
|