Package org.antublue.test.engine.extras
Class Signals
java.lang.Object
org.antublue.test.engine.extras.Signals
Class to implement Signals
-
Method Summary
-
Method Details
-
signal
Method to signal- Parameters:
key- key
-
await
Method to wait for a signal- Parameters:
key- key
-
await
public static void await(Object key, long timeout, TimeUnit unit) throws TimeoutException, InterruptedException Method to wait for a signal- Parameters:
key- keytimeout- timeoutunit- unit- Throws:
TimeoutExceptionInterruptedException
-