org.cometd.bayeux.server
Interface ServerSession.RemoveListener

All Superinterfaces:
BayeuxListener, java.util.EventListener, ServerSession.ServerSessionListener
Enclosing interface:
ServerSession

public static interface ServerSession.RemoveListener
extends ServerSession.ServerSessionListener

Queue a message listener

Listener called after a session is removed


Method Summary
 void removed(ServerSession session, boolean timeout)
           
 

Method Detail

removed

void removed(ServerSession session,
             boolean timeout)


Copyright © 2010 Dojo Foundation. All Rights Reserved.