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
-
TRPreloaderApplet()
-
-
run()
- Subthread that loads classes.
-
start()
-
-
stop()
- Try to be a good citizen and cleanup.
TRPreloaderApplet
public TRPreloaderApplet()
start
public void start()
- Overrides:
- start in class Applet
stop
public void stop()
- Try to be a good citizen and cleanup.
- Overrides:
- stop in class Applet
run
public void run()
- Subthread that loads classes.
All Packages Class Hierarchy This Package Previous Next Index