Class sunsoft.jws.visual.rt.base.MainHelper
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.base.MainHelper
java.lang.Object
|
+----sunsoft.jws.visual.rt.base.MainHelper
- public class MainHelper
- extends Object
Helper class for the generated main class.
-
MainHelper()
-
-
checkVersion(double)
- Checks the version of the runtime.
-
destroy()
- Called by the browser when the applet should be destroyed.
-
init(Applet, Group)
- Called when the applet is loaded.
-
main(Group, String[])
- Called when application is run from the command line.
-
start()
- Called whenever the applet's page is visited.
-
stop()
- Called by the browser when the user leaves the page.
MainHelper
public MainHelper()
checkVersion
public void checkVersion(double version)
- Checks the version of the runtime.
main
public void main(Group group,
String args[])
- Called when application is run from the command line.
init
public void init(Applet applet,
Group group)
- Called when the applet is loaded.
start
public void start()
- Called whenever the applet's page is visited.
stop
public void stop()
- Called by the browser when the user leaves the page.
destroy
public void destroy()
- Called by the browser when the applet should be destroyed.
All Packages Class Hierarchy This Package Previous Next Index