Package org.eclipse.rap.rwt.service
Class UISessionEvent
java.lang.Object
java.util.EventObject
org.eclipse.rap.rwt.service.UISessionEvent
- All Implemented Interfaces:
Serializable
Events of this type signal a state change of a UI session.
- Since:
- 2.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the UI session that this event is related to.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
UISessionEvent
Creates a new instance of this class.- Parameters:
uiSession
- the UI session for this event
-
-
Method Details
-
getUISession
Returns the UI session that this event is related to.- Returns:
- the UI session
-