syn3d.ui
Class SceneGraphTree.TreeWorker

java.lang.Object
  extended by syn3d.ui.SceneGraphTree.TreeWorker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SceneGraphTree

public class SceneGraphTree.TreeWorker
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  int action
           
protected  ActiveNode node
           
 
Constructor Summary
SceneGraphTree.TreeWorker(ActiveNode node, int action)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected ActiveNode node

action

protected int action
Constructor Detail

SceneGraphTree.TreeWorker

public SceneGraphTree.TreeWorker(ActiveNode node,
                                 int action)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable