public class ApplicationListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IApplicationListener> implements IApplicationListener
ListenerCollection for IApplicationListeners| 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, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void onAfterInitialized(Application application)
IApplicationListeneronAfterInitialized in interface IApplicationListenerpublic void onBeforeDestroyed(Application application)
IApplicationListeneronBeforeDestroyed in interface IApplicationListenerCopyright © 2006–2018 Apache Software Foundation. All rights reserved.