ApplicationLifeCycleEventListenerpublic interface ApplicationLifeCycleEventListener This interface should be implemented by any one interested in receiveing
lifecycle events. |
Methods Summary |
---|
public void | notifyApplicationUnloaded(java.lang.ClassLoader classLoader)This method is called when an application is unloaded.
|
|