Package org.eclipse.rap.rwt.service
Class ApplicationContextEvent
java.lang.Object
java.util.EventObject
org.eclipse.rap.rwt.service.ApplicationContextEvent
- All Implemented Interfaces:
- Serializable
Events of this type signal a state change of an application context.
- Since:
- 2.2
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance of this class.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the application context that this event is related to.Methods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ApplicationContextEventCreates a new instance of this class.- Parameters:
- context- the application context for this event
 
 
- 
- 
Method Details- 
getApplicationContextReturns the application context that this event is related to.- Returns:
- the application context
 
 
-