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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the UI session that this event is related to.Methods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
UISessionEventCreates a new instance of this class.- Parameters:
- uiSession- the UI session for this event
 
 
- 
- 
Method Details- 
getUISessionReturns the UI session that this event is related to.- Returns:
- the UI session
 
 
-