net.sf.bt747.waba.system
Class WabaGeneric

java.lang.Object
  extended by net.sf.bt747.waba.system.WabaGeneric

public final class WabaGeneric
extends java.lang.Object

Author:
Mario De Weerd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
WabaGeneric()
           
 
Method Summary
static void addThread(BT747Thread t, boolean b)
           
static void removeIfStoppedThread(BT747Thread t)
           
static void removeThread(BT747Thread t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WabaGeneric

public WabaGeneric()
Method Detail

addThread

public static final void addThread(BT747Thread t,
                                   boolean b)

removeThread

public static final void removeThread(BT747Thread t)

removeIfStoppedThread

public static final void removeIfStoppedThread(BT747Thread t)