Package io.guise.framework.platform.web
Class AbstractWebPlatformEvent
- 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
-
- All Implemented Interfaces:
com.globalmentor.event.Event
,GuiseEvent
,PlatformEvent
,PlatformMessage
,WebPlatformEvent
,WebPlatformMessage
,java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractWebPlatformEvent(java.lang.Object source)
Source constructor.
-
Method Summary
-
Methods inherited from class io.guise.framework.event.AbstractGuiseEvent
getSession
-
-