All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tropo.applet.TRPreloaderApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tropo.applet.TRPreloaderApplet

public class TRPreloaderApplet
extends Applet
implements Runnable
We preload java class files for use by a subsequent applet - if properly configured and if everything works as planned then the class files needed will be cached after we run as we load in class descriptors.

We only take one parameter: classes, and the value is a comma-separated list of fully qualified class names to load.

See Also:
forName

Constructor Index

 o TRPreloaderApplet()

Method Index

 o run()
Subthread that loads classes.
 o start()
 o stop()
Try to be a good citizen and cleanup.

Constructors

 o TRPreloaderApplet
 public TRPreloaderApplet()

Methods

 o start
 public void start()
Overrides:
start in class Applet
 o stop
 public void stop()
Try to be a good citizen and cleanup.

Overrides:
stop in class Applet
 o run
 public void run()
Subthread that loads classes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index