sidnet.core.misc
Class Sleeper

java.lang.Object
  extended by sidnet.core.misc.Sleeper
All Implemented Interfaces:
JistAPI.DoNotRewrite

public class Sleeper
extends java.lang.Object
implements JistAPI.DoNotRewrite


Constructor Summary
Sleeper()
          Creates a new instance of Sleeper
 
Method Summary
static void Sleep(long ms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sleeper

public Sleeper()
Creates a new instance of Sleeper

Method Detail

Sleep

public static void Sleep(long ms)