Basic HTML version of Foils prepared 13 July 98

Foil 72 The stop Methods

From Java Academy II:Advanced Java NPAC/ECS Java Academy -- February to April 98. by Tom Scavo

Classes With stop Methods for Foil 72
1 Likewise, the applet's stop() method controls the stop() method of the thread: // Override java.applet.Applet.stop: public void stop() { if ( thread != null ) { thread.stop(); thread = null; } }

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998