| |
|
| java.lang.Object java.lang.Thread javax.media.j3d.MasterControlThread
MasterControlThread | class MasterControlThread extends Thread (Code) | | Master control thread. The MasterControlThread object and thread
are created dynamically whenever needed. Once created, the thread
runs until all other threads are terminated. Then the master
control thread terminates. There is never more than one
MasterControl object or thread in existence at any one time.
|
Method Summary | |
public void | run() |
|
|
|