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
,Serializable
A web event for polling the server.
- Author:
- Garret Wilson
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.guise.framework.event.AbstractGuiseEvent
getSession
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.globalmentor.event.Event
getSource
-
Constructor Details
-
WebPollEvent
Context constructor.- Parameters:
source
- The context in which this control event was produced.- Throws:
NullPointerException
- if the given context isnull
.
-