java.beans
public interface AppletInitializer
Beans.instantiate()
.Modifier and Type | Method and Description |
---|---|
void |
activate(Applet applet)
Activate the applet.
|
void |
initialize(Applet applet,
BeanContext context)
This method will be called by
Beans.instantiate()
to associated the new Applet with its AppletContext, AppletStub,
and Container. |
void initialize(Applet applet, BeanContext context)
Beans.instantiate()
to associated the new Applet with its AppletContext, AppletStub,
and Container.