Bayeux.BayeuxListener, EventListener, ServerSession.ServerSessionListenerpublic static interface ServerSession.RemoveListener extends ServerSession.ServerSessionListener
Listeners objects that implement this interface will be notified of session removal.
| Modifier and Type | Method | 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–2017 The CometD Project. All rights reserved.