org.javagroups
Interface ChannelListener
- All Known Implementing Classes:
- Draw, Gossip, RpcDispatcher
- public interface ChannelListener
Allows a listener to be notified when important channel events occur. For example, when
a channel is closed, a PullPushAdapter can be notified, and stop accordingly.
channelConnected
public void channelConnected(Channel channel)
channelDisconnected
public void channelDisconnected(Channel channel)
channelClosed
public void channelClosed(Channel channel)
channelShunned
public void channelShunned()
channelReconnected
public void channelReconnected(Address addr)
Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.