org.jutil
Class TThread

java.lang.Object
  extended by org.jutil.TThread

public class TThread
extends java.lang.Object


Constructor Summary
TThread()
          Creates a new instance of TThread
 
Method Summary
static void invokeAndWait(java.lang.Runnable r)
           
static 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

TThread

public TThread()
Creates a new instance of TThread

Method Detail

invokeAndWait

public static void invokeAndWait(java.lang.Runnable r)

invokeLater

public static void invokeLater(java.lang.Runnable r)