SimJava
v2.0

eduni.simdiag
Class GraphEventObject

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--eduni.simdiag.GraphEventObject
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GraphClearObject, GraphData, GraphDisplay, GraphSetAxes, GraphSetScale

public class GraphEventObject
extends java.util.EventObject

The basic graph event class. All graph commands are derived from this and override the doit() method.

See Also:
GraphData, GraphDisplay, GraphSetAxes, GraphSetScale, GraphClearObject, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphEventObject(java.lang.Object src)
           
 
Method Summary
 void doit(GraphDiagram d)
          Implements graph commands.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphEventObject

public GraphEventObject(java.lang.Object src)
Method Detail

doit

public void doit(GraphDiagram d)
Implements graph commands. The graph commands override this to do their biz.

SimJava
v2.0

The University of Edinburgh, 2002