public class TracingNodeEventListener extends Graph.NodeEventListener
Graph.NodeEventListener implementation that traces events to TTY for debugging
purposes.| Constructor and Description |
|---|
TracingNodeEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(Graph.NodeEvent e,
Node node)
Notifies this listener about any change event in the graph.
|
afterDecodingFields, beforeDecodingFields, inputChanged, nodeAdded, nodeRemoved, usagesDroppedToZeropublic void changed(Graph.NodeEvent e, Node node)
Graph.NodeEventListenerchanged in class Graph.NodeEventListenere - an eventnode - the node related to e