AppletInitializer
Interface AppletInitializer
public interface AppletInitializer
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:
Beans.instantiate(java.lang.ClassLoader, java.lang.String)
Methods
initialize
void initialize(Applet newAppletBean, BeanContext bCtxt)
If passed to the appropriate variant of java.beans.Beans.instantiate this method will be cal