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
InterruptedException
void join(int duration) throws InterruptedException
InterruptedException
Copyright © 2004–2016. All rights reserved.