uci.graph
Class GraphEvent
java.lang.Object
|
+--java.util.EventObject
|
+--uci.graph.GraphEvent
- public class GraphEvent
- extends EventObject
- implements Serializable
A notification that a graph has changed. The source is the object
that implements GraphModel. The argument is the specific
node or edge that was involved when a node or edge is added or
removed. The argument is null if the entire graph changed.
- See Also:
- Serialized Form
|
Field Summary |
protected Object |
_arg
The specific node, port, or arc that was modified. |
_arg
protected Object _arg
- The specific node, port, or arc that was modified.
GraphEvent
public GraphEvent(Object src)
GraphEvent
public GraphEvent(Object src,
Object arg)
getArg
public Object getArg()