Jazz API Documentation

Uses of Class
edu.umd.cs.jazz.event.ZGroupEvent

Packages that use ZGroupEvent
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
 

Uses of ZGroupEvent in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZGroupEvent
 void ZSpatialIndexGroup.nodeAdded(ZGroupEvent e)
          Catches NODE_ADDED event, and tries to index the new node.
 void ZSpatialIndexGroup.nodeRemoved(ZGroupEvent e)
          Catches ZGroupEvent NODE_REMOVED event, and tries to unIndex the node.
 

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

Methods in edu.umd.cs.jazz.event with parameters of type ZGroupEvent
 void ZGroupAdapter.nodeAdded(ZGroupEvent e)
          Invoked when a node has been added to this group.
 void ZGroupAdapter.nodeRemoved(ZGroupEvent e)
          Invoked when a node has been removed from this group.
 void ZGroupListener.nodeAdded(ZGroupEvent e)
          Invoked when a node has been added to this group.
 void ZGroupListener.nodeRemoved(ZGroupEvent e)
          Invoked when a node has been removed from this group.
 


Jazz API Documentation