| java.lang.Object ti.chimera.registry.SwingNodeSubscriber
SwingNodeSubscriber | public class SwingNodeSubscriber implements NodeSubscriber(Code) | | A node subscriber decorator that calls the wrapped subscriber (ns )
from the context of the Swing/AWT Event Thread. This is for convenience,
because many swing APIs can only be called from the context of the Swing/AWT
Event Thread.
author: ;Rob Clark;a0873619;San Diego;; version: 0.1 |
Method Summary | |
public void | publish(Node node, Object value) Called to publish the new node value to the subscriber. |
SwingNodeSubscriber | public SwingNodeSubscriber(NodeSubscriber ns)(Code) | | Class Constructor.
Parameters: ns - the node subscriber to wrap |
publish | public void publish(Node node, Object value)(Code) | | Called to publish the new node value to the subscriber.
Parameters: node - the node doing the publishing Parameters: value - the node's new value |
|
|