zeus.gui.graph
Class GraphModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byzeus.gui.graph.GraphModelEvent
All Implemented Interfaces:
java.io.Serializable

public class GraphModelEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  GraphNode node
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphModelEvent(GraphModel model, GraphNode node)
           
 
Method Summary
 GraphModel getModel()
           
 GraphNode getNode()
           
 
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
 

Field Detail

node

protected GraphNode node
Constructor Detail

GraphModelEvent

public GraphModelEvent(GraphModel model,
                       GraphNode node)
Method Detail

getNode

public GraphNode getNode()

getModel

public GraphModel getModel()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.