Jazz API Documentation

Uses of Interface
edu.umd.cs.jazz.event.ZGroupListener

Packages that use ZGroupListener
edu.umd.cs.jazz This is the root package for all Jazz classes. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
 

Uses of ZGroupListener in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZGroupListener
 void ZGroup.addGroupListener(ZGroupListener l)
          Adds the specified group listener to receive group events from this node
 void ZGroup.removeGroupListener(ZGroupListener l)
          Removes the specified group listener so that it no longer receives group events from this group.
 

Uses of ZGroupListener in edu.umd.cs.jazz.event
 

Classes in edu.umd.cs.jazz.event that implement ZGroupListener
 class ZGroupAdapter
          ZGroupAdapater is an abstract adapter class for receiving group events.
 


Jazz API Documentation