jdk/src/share/classes/java/applet/AppletStub.java
changeset 24865 09b1d992ca72
parent 23010 6dadb192ad81
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    33  * environment or applet viewer environment in which the application
    33  * environment or applet viewer environment in which the application
    34  * is running.
    34  * is running.
    35  *
    35  *
    36  * @author      Arthur van Hoff
    36  * @author      Arthur van Hoff
    37  * @see         java.applet.Applet#setStub(java.applet.AppletStub)
    37  * @see         java.applet.Applet#setStub(java.applet.AppletStub)
    38  * @since       JDK1.0
    38  * @since       1.0
    39  */
    39  */
    40 public interface AppletStub {
    40 public interface AppletStub {
    41     /**
    41     /**
    42      * Determines if the applet is active. An applet is active just
    42      * Determines if the applet is active. An applet is active just
    43      * before its <code>start</code> method is called. It becomes
    43      * before its <code>start</code> method is called. It becomes