org.cometd
Interface RemoveListener
- All Superinterfaces:
- ClientListener, java.util.EventListener
- All Known Subinterfaces:
- Listener
- All Known Implementing Classes:
- Oort.RootOortClientListener
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. |
removed
void removed(java.lang.String clientId,
boolean timeout)
- This method is called after a client is removed.
- Parameters:
clientId
- The clientId removedtimeout
- True if the client was removed due to a timeout.
Copyright © 2011 Dojo Foundation. All Rights Reserved.