Class WebPollEvent

All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, PlatformEvent, PlatformMessage, WebPlatformEvent, WebPlatformMessage, Serializable

public class WebPollEvent extends AbstractWebPlatformEvent
A web event for polling the server.
Author:
Garret Wilson
See Also:
  • Constructor Details

    • WebPollEvent

      public WebPollEvent(WebPlatform source)
      Context constructor.
      Parameters:
      source - The context in which this control event was produced.
      Throws:
      NullPointerException - if the given context is null.