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 | Cafe au Lait

Copyright 1997 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified April 14, 1997