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;;

Nested Class Summary
static class NodeSubscriber.ScriptFunctionNodeSubscriber
          An implementation of the NodeSubscriber for script functions.
 
Method Summary
 void publish(Node node, java.lang.Object value)
          Called to publish the new node value to the subscriber.
 

Method Detail

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 publishing
value - the node's new value