Package org.eclipse.rap.rwt.service
Interface ApplicationContextListener
public interface ApplicationContextListener
A listener that can be attached to an 
ApplicationContext to receive a notification
 before the application context is destroyed.- Since:
- 2.2
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled before the related application context is destroyed.
- 
Method Details- 
beforeDestroyCalled before the related application context is destroyed.- Parameters:
- event- an event that provides access to the application context
 
 
-