|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICountDown
Reduced interface to mimic a CountDownLatch.
Method Summary | |
---|---|
void |
await()
|
boolean |
await(long timeout)
|
void |
countDown()
|
Method Detail |
---|
void await() throws java.lang.InterruptedException
java.lang.InterruptedException
boolean await(long timeout) throws java.lang.InterruptedException
java.lang.InterruptedException
void countDown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |