public class SessionListenerCollection extends ListenerCollection<ISessionListener> implements ISessionListener
ListenerCollection.INotifier<T>| 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, reversedNotifyIgnoringExceptionspublic void onCreated(Session session)
ISessionListeneronCreated in interface ISessionListenerpublic void onUnbound(String sessionId)
ISessionListeneronUnbound in interface ISessionListenersessionId - the id of the unbound sessionCopyright © 2006–2014 Apache Software Foundation. All rights reserved.