Package io.guise.framework.platform.web
Class WebPollEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.globalmentor.event.AbstractEvent
-
- io.guise.framework.event.AbstractGuiseEvent
-
- io.guise.framework.platform.AbstractPlatformEvent
-
- io.guise.framework.platform.web.AbstractWebPlatformEvent
-
- io.guise.framework.platform.web.WebPollEvent
-
- All Implemented Interfaces:
com.globalmentor.event.Event
,GuiseEvent
,PlatformEvent
,PlatformMessage
,WebPlatformEvent
,WebPlatformMessage
,java.io.Serializable
public class WebPollEvent extends AbstractWebPlatformEvent
A web event for polling the server.- Author:
- Garret Wilson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebPollEvent(WebPlatform source)
Context constructor.
-
Method Summary
-
Methods inherited from class io.guise.framework.event.AbstractGuiseEvent
getSession
-
-
-
-
Constructor Detail
-
WebPollEvent
public WebPollEvent(WebPlatform source)
Context constructor.- Parameters:
source
- The context in which this control event was produced.- Throws:
java.lang.NullPointerException
- if the given context isnull
.
-
-