Class AbstractEvent

java.lang.Object
java.util.EventObject
com.globalmentor.event.AbstractEvent
All Implemented Interfaces:
Event, Serializable

public abstract class AbstractEvent extends EventObject implements Event
The base class for events, extending the Java event object as well as implementing the event interface.
Author:
Garret Wilson
See Also:
  • Constructor Details

    • AbstractEvent

      public AbstractEvent(Object source)
      Source constructor.
      Parameters:
      source - The object on which the event initially occurred.
      Throws:
      NullPointerException - if the given source is null.