Interface SyncDelay
- All Known Implementing Classes:
ThreadSleepDelay
public interface SyncDelay
Performs a delay synchronously. That is, blocks the calling thread for the duration of the delay.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
-
-
Method Details
-
sleep
- Throws:
InterruptedException
-