Class ApplicationContextEvent

java.lang.Object
java.util.EventObject
org.eclipse.rap.rwt.service.ApplicationContextEvent
All Implemented Interfaces:
Serializable

public class ApplicationContextEvent extends EventObject
Events of this type signal a state change of an application context.
Since:
2.2
See Also:
  • Constructor Details

    • ApplicationContextEvent

      public ApplicationContextEvent(ApplicationContext context)
      Creates a new instance of this class.
      Parameters:
      context - the application context for this event
  • Method Details

    • getApplicationContext

      public ApplicationContext getApplicationContext()
      Returns the application context that this event is related to.
      Returns:
      the application context