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.
author: ;Rob Clark;a0873619;San Diego;; version: 0.1
Inner Class :public class ScriptFunctionNodeSubscriber implements NodeSubscriber
Method Summary
public void
publish(Node node, Object value) Called to publish the new node value to the subscriber.