Suspend and Resume
The
suspend()
method temporarily halts a running thread. The
resume()
method picks up execution of the thread where it left off.
public final void suspend() public final void resume()
Previous
|
Next
|
Top
Last Modified April 14, 1997
Copyright 1997 Elliotte Rusty Harold
elharo@metalab.unc.edu