Class AbstractWebPlatformEvent

java.lang.Object
java.util.EventObject
com.globalmentor.event.AbstractEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, PlatformEvent, PlatformMessage, WebPlatformEvent, WebPlatformMessage, Serializable
Direct Known Subclasses:
WebFormEvent, WebInitializeEvent, WebPollEvent

public abstract class AbstractWebPlatformEvent extends AbstractPlatformEvent implements WebPlatformEvent
The base class for events to or from the web platform.
Author:
Garret Wilson
See Also:
  • Constructor Details

    • AbstractWebPlatformEvent

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