Interface SyncDelay
-
- All Known Implementing Classes:
ThreadSleepDelay
public interface SyncDelayPerforms a delay synchronously. That is, blocks the calling thread for the duration of the delay.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsleep(Throwable cause)
-
-
-
Method Detail
-
sleep
void sleep(Throwable cause) throws InterruptedException
- Throws:
InterruptedException
-
-