@Deprecated(since="9", forRemoval=true) public interface AppletInitializer
Modifier and Type | Method | Description |
---|---|---|
void |
activate |
Deprecated, for removal: This API element is subject to removal in a future version. Activate, and/or mark Applet active. |
void |
initialize |
Deprecated, for removal: This API element is subject to removal in a future version. If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container. |
void initialize(Applet newAppletBean, BeanContext bCtxt)
If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container.
Conformant implementations shall:
newAppletBean
- The newly instantiated JavaBeanbCtxt
- The BeanContext intended for this Applet, or null.void activate(Applet newApplet)
Activate, and/or mark Applet active. Implementors of this interface shall mark this Applet as active, and optionally invoke its start() method.
newApplet
- The newly instantiated JavaBean
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/beans/AppletInitializer.html