|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeStateEvent | |
---|---|
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of NodeStateEvent in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow with parameters of type NodeStateEvent | |
---|---|
void |
NodeOutPortWrapper.notifyNodeStateChangeListener(NodeStateEvent e)
|
void |
NodeOutPort.notifyNodeStateChangeListener(NodeStateEvent e)
|
void |
NodeContainerOutPort.notifyNodeStateChangeListener(NodeStateEvent e)
|
protected void |
NodeContainer.notifyStateChangeListeners(NodeStateEvent e)
Notifies all registered NodeStateChangeListener s about the new
state. |
void |
NodeStateChangeListener.stateChanged(NodeStateEvent state)
Callback from node, indicating that the given node has changed its state. |
void |
NodeOutPortWrapper.stateChanged(NodeStateEvent state)
Callback from node, indicating that the given node has changed its state. |
void |
NodeContainerOutPort.stateChanged(NodeStateEvent state)
Callback from node, indicating that the given node has changed its state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |