org.knime.core.node.workflow
Interface NodePropertyChangedListener


public interface NodePropertyChangedListener

A listener interface for objects interested in changed properties of a node.

Author:
Bernd Wiswedel, KNIME.com, Zurich, Switzerland
See Also:
NodePropertyChangedEvent

Method Summary
 void nodePropertyChanged(NodePropertyChangedEvent e)
          Gets called whenever a property of a node changes.
 

Method Detail

nodePropertyChanged

void nodePropertyChanged(NodePropertyChangedEvent e)
Gets called whenever a property of a node changes.

Parameters:
e - event containing the NodeID of the source node, whose property has changed.


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.