|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AppletInitializer
This interface is a mechanism for the initialization of a Java
Bean that is also an Applet. It is used by
Beans.instantiate().
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void activate(Applet applet)
void initialize(Applet applet,
BeanContext context)
Beans.instantiate()
to associated the new Applet with its AppletContext, AppletStub,
and Container.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||