public interface IDependencyComponent
If so, before use of a dependent component, the prepare()
method of all dependency components will be called.
Calling calling prepare()
on a component that supports this interface will always traverse through all dependency components and invoke prepare()
, if available.
Modifier and Type | Method | Description |
---|---|---|
void |
prepare() |
Prepare for use.
|