public class SessionListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<ISessionListener> implements ISessionListener
ListenerCollection for ISessionListeners| Constructor and Description |
|---|
SessionListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreated(Session session)
Called when a new instance of session is created
|
void |
onUnbound(String sessionId)
Informs the listener that session with specific id has been unbound.
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void onCreated(Session session)
ISessionListeneronCreated in interface ISessionListenerpublic void onUnbound(String sessionId)
ISessionListeneronUnbound in interface ISessionListenersessionId - the id of the unbound sessionCopyright © 2006–2018 Apache Software Foundation. All rights reserved.