ti.chimera.registry
Class Node.SwingWorker

java.lang.Object
  extended byti.chimera.registry.Node.SwingWorker
All Implemented Interfaces:
ti.chimera.registry.Node.Worker
Enclosing class:
Node

public static class Node.SwingWorker
extends java.lang.Object
implements ti.chimera.registry.Node.Worker


Constructor Summary
Node.SwingWorker()
           
 
Method Summary
 void invokeLater(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node.SwingWorker

public Node.SwingWorker()
Method Detail

invokeLater

public void invokeLater(java.lang.Runnable r)
Specified by:
invokeLater in interface ti.chimera.registry.Node.Worker