Module java.desktop
Package java.beans

Interface AppletInitializer


@Deprecated(since="9", forRemoval=true) public interface AppletInitializer
Deprecated, for removal: This API element is subject to removal in a future version.
The Applet API is deprecated. See the java.applet package documentation for further information.
This interface is designed to work in collusion with java.beans.Beans.instantiate. The interface is intended to provide mechanism to allow the proper initialization of JavaBeans that are also Applets, during their instantiation by java.beans.Beans.instantiate().
Since:
1.2
See Also: