SimJava 2.0.1

eduni.simdiag
Class GraphEventObject

Object
  extended by EventObject
      extended by GraphEventObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GraphClearObject, GraphData, GraphDisplay, GraphSetAxes, GraphSetScale

public class GraphEventObject
extends 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

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

Constructor Detail

GraphEventObject

public GraphEventObject(Object src)
Method Detail

doit

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


SimJava 2.0.1

The University of Edinburgh, 2009