public static interface ServerSession.RemoveListener extends ServerSession.ServerSessionListener
Listeners objects that implement this interface will be notified of session removal.
| Modifier and Type | Method and Description |
|---|---|
void |
removed(ServerSession session,
boolean timeout)
Callback invoked when the session is removed.
|
void removed(ServerSession session, boolean timeout)
Callback invoked when the session is removed.
session - the removed sessiontimeout - whether the session has been removed because of a timeoutCopyright © 2008-2012 Dojo Foundation. All Rights Reserved.