public interface TaskGraphChecker extends TaskGraphListener, TaskListener
Modifier and Type | Method and Description |
---|---|
void |
monitorTaskGraph(TaskGraph taskgraph)
Sets this taskgraph checker to monitor the specified taskgraph, and any sub-taskgraphs
|
void |
unmonitorTaskGraph(TaskGraph taskgraph)
Removes this taskgraph checker from monitoring the specified taskgraph, and any sub-taskgraphs
|
cableConnected, cableDisconnected, cableReconnected, controlTaskStateChanged, taskCreated, taskRemoved
nodeAdded, nodeRemoved, parameterUpdated, taskDisposed, taskPropertyUpdate
void monitorTaskGraph(TaskGraph taskgraph)
void unmonitorTaskGraph(TaskGraph taskgraph)