module type AWT = sig
.. end
The module type for applets linked with -applet awt.
val applet_info : java'lang'String java_instance
The value to be returned by the getAppletInfo() method.
val parameter_info : JavaApplet.parameter_info
The value to be returned by the getParameterInfo() method.
val init : java'applet'Applet java_instance -> unit
The implementation of the init() method.
val start : java'applet'Applet java_instance -> unit
The implementation of the start() method.
val stop : java'applet'Applet java_instance -> unit
The implementation of the stop() method.
val destroy : java'applet'Applet java_instance -> unit
The implementation of the destroy() method.