public abstract class AbstractDebugRunnable
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
AbstractDebugRunnable(int delay) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
abstract void |
runIt() |
void |
sleep() |
public void sleep()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic final void run()
run in interface java.lang.Runnablepublic abstract void runIt()
throws java.lang.InterruptedException
java.lang.InterruptedException