public interface Component
| Modifier and Type | Method and Description |
|---|---|
void |
init(Engine e,
Parameters p)
Initialize this component instance.
|
void init(Engine e, Parameters p) throws InitializationException
e - The Engine owning this Component instancep - This component initialization ParametersInitializationException - If this Component instance cannot be
initialized.