|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Loadable
This interface describes the initialization method which is invoked from
JavaLoad after the requested class has been instantiated.
This interface can be used to write a class that performs many
initializations after it has been loaded dynamically.
Note that no provisions are made to avoid that a class is loaded more than once. It is up to the implementation to provide this behavior or not.
| Method Summary | |
|---|---|
void |
init(Context context,
Typesetter typesetter)
Perform any initializations desirable after the component has been loaded. |
| Method Detail |
|---|
void init(Context context,
Typesetter typesetter)
throws GeneralException
context - the processor contexttypesetter - the current typesetter
GeneralException - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||