the method that will be called periodically on a thread
Method Detail
run
void run()
throws java.lang.InterruptedException
the method that will be called periodically on a thread
Throws:
java.lang.InterruptedException - thrown when the thread is supposed to be interrupted and stop (implementers should always let this exception fall through)