beowulf.event
Interface GraphSelectionListener
- All Superinterfaces:
- EventListener
- public interface GraphSelectionListener
- extends EventListener
This interface is the one that must be implemented by receivers
of JGraph selection events.
- Version:
- 1.0 - Feb 18, 2004
- Author:
- Andy Scukanec (ags at cs dot cornell dot edu)
|
Method Summary |
void |
valueChanged(GraphSelectionEvent e)
This method will be called whenever any JGraphs
this object is listening to fire a graph
selection event. |
valueChanged
public void valueChanged(GraphSelectionEvent e)
- This method will be called whenever any JGraphs
this object is listening to fire a graph
selection event.
- Parameters:
e - The generated event.