Uses of Interface
beowulf.event.GraphListener

Packages that use GraphListener
beowulf.gui   
beowulf.model.graph   
 

Uses of GraphListener in beowulf.gui
 

Classes in beowulf.gui that implement GraphListener
 class JGraph
          This class is a swing visualization of a beowulf.model.graph.GraphModel.
 

Uses of GraphListener in beowulf.model.graph
 

Methods in beowulf.model.graph that return GraphListener
 GraphListener[] AbstractGraphModel.getGraphListeners()
          Returns an array of all the graph listeners registered on this AbstractGraphModel.
 

Methods in beowulf.model.graph with parameters of type GraphListener
 void GraphModel.addGraphListener(GraphListener l)
          This method adds a GraphListener as an interested listener of events to this Graph.
 void GraphModel.removeGraphListener(GraphListener l)
          This method removes the GraphListener as an interestd listener of events to this Graph.
 void AbstractGraphModel.addGraphListener(GraphListener l)
          This method adds a GraphListener as an interested listener of events to this Graph.
 void AbstractGraphModel.removeGraphListener(GraphListener l)
          This method removes the GraphListener as an interestd listener of events to this Graph.