Class ApplicationListenerCollection

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection

        org.apache.wicket.util.listener.ListenerCollection.INotifier<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onAfterInitialized​(Application application)
      Called after application instance has been initialized
      void onBeforeDestroyed​(Application application)
      Called before application instance is destroyed
      • Methods inherited from class org.apache.wicket.util.listener.ListenerCollection

        add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator