scg.ac.ni.pmf.newgraph.graphdata
Interface GraphListener

All Superinterfaces:
java.util.EventListener

public interface GraphListener
extends java.util.EventListener

Classes which implement this interface listen for the changes of the graph.

Author:
Vladimir Brankov

Method Summary
 void graphModified(GraphEvent event)
          Manages the event that the graph is modified.
 

Method Detail

graphModified

void graphModified(GraphEvent event)
Manages the event that the graph is modified.

Parameters:
event - An event contain information about the modify.


Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.