Class EventDispatcher

java.lang.Object
de.intarsys.tools.event.EventDispatcher
All Implemented Interfaces:
INotificationListener, INotificationSupport, Serializable, EventListener

public class EventDispatcher extends Object implements INotificationSupport, INotificationListener, Serializable
Helper object for management and dispatching of events.
See Also:
  • Constructor Details

    • EventDispatcher

      public EventDispatcher(Object pOwner)
  • Method Details