org.knime.core.node.workflow
Class NodePropertyChangedEvent
java.lang.Object
java.util.EventObject
org.knime.core.node.workflow.NodePropertyChangedEvent
- All Implemented Interfaces:
- Serializable
public class NodePropertyChangedEvent
- extends EventObject
Event fired when properties of a node change. Monitored properties are
represented by the NodePropertyChangedEvent.NodeProperty enum.
- Author:
- Bernd Wiswedel, KNIME.com, Zurich, Switzerland
- See Also:
- Serialized Form
NodePropertyChangedEvent
public NodePropertyChangedEvent(NodeID src,
NodePropertyChangedEvent.NodeProperty property)
- Create new event.
- Parameters:
src - the NodeID of the NodeContainer whose
property has changed (not null)property - The property that changed (not null)
getSource
public NodeID getSource()
-
- Overrides:
getSource in class EventObject
getProperty
public NodePropertyChangedEvent.NodeProperty getProperty()
- Returns:
- the property
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.