net.sf.bt747.j2se.system
Class J2SEGeneric
java.lang.Object
net.sf.bt747.j2se.system.J2SEGeneric
public final class J2SEGeneric
- 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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2SEGeneric
public J2SEGeneric()
addThread
public static void addThread(BT747Thread t,
boolean b)
removeThread
public static void removeThread(BT747Thread t)
removeIfStoppedThread
public static void removeIfStoppedThread(BT747Thread t)
pow
public static double pow(double x,
double y)
acos
public static double acos(double x)
debug
public static void debug(java.lang.String s,
java.lang.Throwable e)
addListener
public static final void addListener(J2SEMessageListener l)
- add a listener to event thrown by this class
removeListener
public static final void removeListener(J2SEMessageListener l)