org.cometd
Interface RemoveListener

All Superinterfaces:
ClientListener, java.util.EventListener
All Known Subinterfaces:
Listener

public interface RemoveListener
extends ClientListener

Remove Listener Interface. Objects implementing this interface may listen for client removal events by calling the Client.addListener(ClientListener)

Version:
$Revision: 1453 $ $Date: 2009-02-25 12:57:20 +0100 (Wed, 25 Feb 2009) $

Method Summary
 void removed(java.lang.String clientId, boolean timeout)
          This method is called after a client is removed.
 

Method Detail

removed

void removed(java.lang.String clientId,
             boolean timeout)
This method is called after a client is removed.

Parameters:
clientId - The clientId removed
timeout - True if the client was removed due to a timeout.


Copyright © 2010 Dojo Foundation. All Rights Reserved.