java.lang.Object
org.apache.wicket.util.listener.ListenerCollection<ISessionListener>
org.apache.wicket.SessionListenerCollection
- All Implemented Interfaces:
Serializable
,Iterable<ISessionListener>
,ISessionListener
public class SessionListenerCollection
extends ListenerCollection<ISessionListener>
implements ISessionListener
- Author:
- igor
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
SessionListenerCollection
public SessionListenerCollection()
-
-
Method Details
-
onCreated
Description copied from interface:ISessionListener
Called when a new instance of session is created- Specified by:
onCreated
in interfaceISessionListener
-
onUnbound
Description copied from interface:ISessionListener
Informs the listener that session with specific id has been unbound.- Specified by:
onUnbound
in interfaceISessionListener
- Parameters:
sessionId
- the id of the unbound session
-