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)
 

Method Detail

removed

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



Copyright © 2009 Dojo Foundation. All Rights Reserved.