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()
-
-
-
Method Detail
-
sleep
void sleep() throws InterruptedException- Throws:
InterruptedException
-
-