org.cometd.bayeux.server
Interface ServerSession.RemoveListener

All Superinterfaces:
Bayeux.BayeuxListener, EventListener, ServerSession.ServerSessionListener
Enclosing interface:
ServerSession

public static interface ServerSession.RemoveListener
extends ServerSession.ServerSessionListener

Listeners objects that implement this interface will be notified of session removal.


Method Summary
 void removed(ServerSession session, boolean timeout)
          Callback invoked when the session is removed.
 

Method Detail

removed

void removed(ServerSession session,
             boolean timeout)
Callback invoked when the session is removed.

Parameters:
session - the removed session
timeout - whether the session has been removed because of a timeout


Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.