jarp
Interface ThreadCompletionChecker

All Known Implementing Classes:
DisplayScheduler

public interface ThreadCompletionChecker

Allows checking/waiting for a thread to respond to a "stop" signal.


Method Summary
 void waitForCompletion()
          Waits until the thread has stopped, or is interrupted.
 

Method Detail

waitForCompletion

void waitForCompletion()
                       throws java.lang.InterruptedException
Waits until the thread has stopped, or is interrupted.

Throws:
java.lang.InterruptedException