SimJava 2.0.1

Uses of Interface
eduni.simdiag.GraphListener

Packages that use GraphListener
eduni.simdiag Classes concerned with providing user controlled diagrams for simulations. 
 

Uses of GraphListener in eduni.simdiag
 

Classes in eduni.simdiag that implement GraphListener
 class GraphDiagram
          This class represents the graph application.
 

Methods in eduni.simdiag with parameters of type GraphListener
 void GraphDiagram.addGraphListener(GraphListener l)
          Adds a graph listener to the output.
 void GraphEqn.addGraphListener(GraphListener l)
          Adds a graph listener
 void GraphLoader.addGraphListener(GraphListener l)
           
 void GraphDiagram.removeGraphListener(GraphListener l)
          Removes a graph listener from the output.
 void GraphEqn.removeGraphListener(GraphListener l)
          Removes a graph listener
 void GraphLoader.removeGraphListener(GraphListener l)
           
 


SimJava 2.0.1

The University of Edinburgh, 2009