SourcePro Core
:
Threads Module User's Guide
:
PART II Concurrency Packages
:
The Threading Package
:
The Runnable Object Classes
:
Starting a Runnable
: Restarting a Threaded Runnable
Restarting a Threaded Runnable
You can restart a threaded runnable, but only after the thread created by the previous call to
start()
has exited. Any attempt to call
start()
on a threaded runnable that already has an active thread results in an
RWTHRThreadActive
exception.
This site works best with JavaScript enabled