All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaGroups.ChannelListener

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.


Method Index

 o ChannelClosed(Channel)
 o ChannelConnected(Channel)
 o ChannelDisconnected(Channel)

Methods

 o ChannelConnected
 public abstract void ChannelConnected(Channel channel)
 o ChannelDisconnected
 public abstract void ChannelDisconnected(Channel channel)
 o ChannelClosed
 public abstract void ChannelClosed(Channel channel)

All Packages  Class Hierarchy  This Package  Previous  Next  Index