org.cometd
Interface ClientBayeuxListener

All Superinterfaces:
BayeuxListener, java.util.EventListener

public interface ClientBayeuxListener
extends BayeuxListener

A BayeuxListener with call backs for client life cycle events


Method Summary
 void clientAdded(Client client)
           
 void clientRemoved(Client client)
           
 

Method Detail

clientAdded

void clientAdded(Client client)

clientRemoved

void clientRemoved(Client client)


Copyright © 2011 Dojo Foundation. All Rights Reserved.