Uses of Interface
org.javagroups.ChannelListener

Packages that use ChannelListener
org.javagroups   
org.javagroups.blocks   
org.javagroups.demos   
 

Uses of ChannelListener in org.javagroups
 

Fields in org.javagroups declared as ChannelListener
protected  ChannelListener Channel.channel_listener
           
 

Methods in org.javagroups with parameters of type ChannelListener
 void Channel.setChannelListener(ChannelListener channel_listener)
          Allows to be notified when a channel event such as connect, disconnect or close occurs.
 

Uses of ChannelListener in org.javagroups.blocks
 

Classes in org.javagroups.blocks that implement ChannelListener
 class RpcDispatcher
          Dispatches and receives remote group method calls.
 

Uses of ChannelListener in org.javagroups.demos
 

Classes in org.javagroups.demos that implement ChannelListener
 class Draw
          Shared whiteboard, each new instance joins the same group.
 class Gossip
          Demos that tries to graphically illustrating the gossip (or pbcast) protocol: every sender periodically sends a DRAW command to a random subset of the group members.
 



Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.