Uses of Interface
beowulf.event.GraphSelectionListener

Packages that use GraphSelectionListener
beowulf.gui   
 

Uses of GraphSelectionListener in beowulf.gui
 

Methods in beowulf.gui with parameters of type GraphSelectionListener
 void JGraph.addGraphSelectionListener(GraphSelectionListener l)
          This method adds a GraphSelectionListener as an interested listener of events to this JGraph.
 void JGraph.removeGraphSelectionListener(GraphSelectionListener l)
          This method removes the GraphSelectionListener as an interested listener of events to this JGraph.