| java.lang.Object org.millstone.base.event.EventRouter
EventRouter | public class EventRouter implements MethodEventSource(Code) | | Event router class implementing the MillStone inheritable event
listening model. For more information on the event model see the
org.millstone.base.event package documentation .
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
fireEvent | public void fireEvent(EventObject event)(Code) | | Send an event to all registered listeners. The listeners will decide
if the activation method should be called or not.
Parameters: event - Event to be sent to all listeners |
removeAllListeners | public void removeAllListeners()(Code) | | Remove all listeners from event router
|
|
|