Uses of Interface
jgroup.reference.Listener

Packages that use Listener
jgroup   
jgroup.multicast   
jgroup.reference   
jgroup.registry   
 

Uses of Listener in jgroup
 

Subinterfaces of Listener in jgroup
 interface ExternalGMIListener
          In Jgroup, an external remote interface is an interface that declares a set of method implemented by an object group that may be invoked from a remote Java virtual machine.
 interface InternalGMIListener
          In Jgroup, an internal remote interface is an interface that declares a set of method implemented by an object group that may be invoked from a member of the group itself.
 interface MembershipListener
          In order to be notified of membership events like view changes, an object must implement this interface.
 interface MergingListener
          In order to be notified of state merging events, an object must implement this interface.
 

Classes in jgroup that implement Listener
 class MemberTable
          This class is an helper utility that provides application developers with additional information about members of their current view.
 

Uses of Listener in jgroup.multicast
 

Subinterfaces of Listener in jgroup.multicast
 interface MulticastListener
          This interface enables members to receive message delivery notifications.
 

Uses of Listener in jgroup.reference
 

Fields in jgroup.reference declared as Listener
(package private)  Listener Make.v0
           
 

Uses of Listener in jgroup.registry
 

Subinterfaces of Listener in jgroup.registry
 interface DependableRegistry
          For obtaining references to remote objects, RMI includes a registry service, that provides methods for storing and retrieving remote object references.