Eclipse Remote Application Platform

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 Summary
 void beforeDestroy(ApplicationContextEvent event)
          Called before the related application context is destroyed.
 

Method Detail

beforeDestroy

void beforeDestroy(ApplicationContextEvent event)
Called before the related application context is destroyed.

Parameters:
event - an event that provides access to the application context

Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0