-
public final class CancelableThreadHolder
-
-
Method Summary
Modifier and Type Method Description synchronized void
sleep(long millis)
boolean
isInterrupted()
void
awake()
void
interrupt()
-
-
Method Detail
-
sleep
synchronized void sleep(long millis)
-
isInterrupted
boolean isInterrupted()
-
awake
void awake()
-
interrupt
void interrupt()
-
-
-
-