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)
- Author:
- gregw
Method Summary |
void |
removed(java.lang.String clientId,
boolean timeout)
This method is called after the client is removed (explicitly or from a timeout) |
removed
void removed(java.lang.String clientId,
boolean timeout)
- This method is called after the client is removed (explicitly or from a timeout)
Copyright © 2010 Dojo Foundation. All Rights Reserved.