Package org.jgroups
Interface ChannelListener
-
- All Known Implementing Classes:
ChannelListenerAdapter,Draw,Gossip,PullPushAdapter,RpcDispatcher
public interface ChannelListenerAllows 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchannelClosed(Channel channel)voidchannelConnected(Channel channel)voidchannelDisconnected(Channel channel)voidchannelReconnected(Address addr)voidchannelShunned()
-