Class ApplicationListenerCollection

java.lang.Object
org.apache.wicket.util.listener.ListenerCollection<IApplicationListener>
org.apache.wicket.ApplicationListenerCollection
All Implemented Interfaces:
Serializable, Iterable<IApplicationListener>, IApplicationListener

public class ApplicationListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IApplicationListener> implements IApplicationListener
ListenerCollection for IApplicationListeners
Author:
igor
See Also:
  • Nested Class Summary

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

    org.apache.wicket.util.listener.ListenerCollection.INotifier<T extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after application instance has been initialized
    void
    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