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, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void onAfterInitialized(Application application)
IApplicationListener
onAfterInitialized
in interface IApplicationListener
public void onBeforeDestroyed(Application application)
IApplicationListener
onBeforeDestroyed
in interface IApplicationListener
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.