aicas logo Jamaica 3.4 release 8

java.beans
Interface AppletInitializer


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().

Since:
1.2

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

activate

void activate(Applet applet)
Activate the applet.


initialize

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.


aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.