zeus.gui.graph
Class GraphNodeEditorEvent

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

public class GraphNodeEditorEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  GraphNode node
           
protected  java.lang.Object object
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphNodeEditorEvent(GraphNodeEditor source, GraphNode node, java.lang.Object value)
           
 
Method Summary
 GraphNode getNode()
           
 java.lang.Object getValue()
           
 
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

object

protected java.lang.Object object
Constructor Detail

GraphNodeEditorEvent

public GraphNodeEditorEvent(GraphNodeEditor source,
                            GraphNode node,
                            java.lang.Object value)
Method Detail

getNode

public GraphNode getNode()

getValue

public java.lang.Object getValue()


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