|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.registry.SwingNodeSubscriber
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.
Nested Class Summary |
Nested classes inherited from class ti.chimera.registry.NodeSubscriber |
NodeSubscriber.ScriptFunctionNodeSubscriber |
Constructor Summary | |
SwingNodeSubscriber(NodeSubscriber ns)
Class Constructor. |
Method Summary | |
void |
publish(Node node,
java.lang.Object value)
Called to publish the new node value to the subscriber. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SwingNodeSubscriber(NodeSubscriber ns)
ns
- the node subscriber to wrapMethod Detail |
public void publish(Node node, java.lang.Object value)
publish
in interface NodeSubscriber
node
- the node doing the publishingvalue
- the node's new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |