org.testng.internal.thread
Interface ICountDown

All Known Implementing Classes:
CountDownAdapter

public interface ICountDown

Reduced interface to mimic a CountDownLatch.

Author:
Alexandru Popescu

Method Summary
 void await()
           
 boolean await(long timeout)
           
 void countDown()
           
 

Method Detail

await

void await()
           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

await

boolean await(long timeout)
              throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

countDown

void countDown()


Copyright © 2010. All Rights Reserved.