

Public Member Functions | |
| void | addNodeUpdaterListener (NodeUpdaterListener listener) |
| void | removeNodeUpdaterListener (NodeUpdaterListener listener) |
<font size="-1" color="#FF0000">**For internal use only** </font> A class implementing this interface, typically a Bean, produces events when changes occur notifying the NodeUpdaterListener. Usually a JavaBean or a support class will implement this interface to update a node dynamically.
| void cern::gp::beans::impl::NodeUpdater::addNodeUpdaterListener | ( | NodeUpdaterListener | listener | ) |
Adds the given NodeUpdaterListener that will be notified of any change in one of the property.
| <code>listener</code> | the listener to register |
Implemented in cern::gp::beans::impl::ListenerBasedNodeUpdater, and cern::gp::nodes::impl::BeanNode::GuiUpdaterIntrospector.
| void cern::gp::beans::impl::NodeUpdater::removeNodeUpdaterListener | ( | NodeUpdaterListener | listener | ) |
Removes the given listener
| <code>listener</code> | the listener to remove |
Implemented in cern::gp::beans::impl::ListenerBasedNodeUpdater, and cern::gp::nodes::impl::BeanNode::GuiUpdaterIntrospector.
1.6.2