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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionCreates a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the application context that this event is related to.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ApplicationContextEvent
Creates a new instance of this class.- Parameters:
context
- the application context for this event
-
-
Method Details
-
getApplicationContext
Returns the application context that this event is related to.- Returns:
- the application context
-