public static interface ThreadManager.ThreadDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
interrupt() |
void |
join() |
void |
join(int duration) |
void interrupt()
void join() throws InterruptedException
InterruptedExceptionvoid join(int duration) throws InterruptedException
InterruptedExceptionCopyright © 2004–2016. All rights reserved.