ti.chimera.registry
Interface NodeSubscriber
- All Known Implementing Classes:
- NodeSubscriber.ScriptFunctionNodeSubscriber, NodeSubscriberAdapter, Plugin.RegistrySubscriberResource, SwingNodeSubscriber
- public interface NodeSubscriber
Interface implemented by subscribers to the value of a node. When the
node's value changes, it's new value will be published to all the node's
subscribers.
- Version:
- 0.1
- Author:
- ;Rob Clark;a0873619;San Diego;;
Method Summary |
void |
publish(Node node,
java.lang.Object value)
Called to publish the new node value to the subscriber. |
publish
public void publish(Node node,
java.lang.Object value)
- Called to publish the new node value to the subscriber.
- Parameters:
node
- the node doing the publishingvalue
- the node's new value