Public Member Functions | |
void | addNodeUpdaterListener (NodeUpdaterListener listener) |
void | removeNodeUpdaterListener (NodeUpdaterListener listener) |
NodeUpdaterListener
. Usually a JavaBean or a support class will implement this interface to update a node dynamically.
|
Adds the given NodeUpdaterListener that will be notified of any change in one of the property.
Implemented in cern::gp::beans::impl::ListenerBasedNodeUpdater.
|
|
Removes the given listener
Implemented in cern::gp::beans::impl::ListenerBasedNodeUpdater.
|