public class ApplicationListenerCollection extends ListenerCollection<IApplicationListener> implements IApplicationListener
ListenerCollection.INotifier<T>| Constructor and Description |
|---|
ApplicationListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterInitialized(Application application)
Called after application instance has been initialized
|
void |
onBeforeDestroyed(Application application)
Called before application instance is destroyed
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionspublic void onAfterInitialized(Application application)
IApplicationListeneronAfterInitialized in interface IApplicationListenerpublic void onBeforeDestroyed(Application application)
IApplicationListeneronBeforeDestroyed in interface IApplicationListenerCopyright © 2006–2014 Apache Software Foundation. All rights reserved.