org.oddjob.framework
Interface Initializable
- All Known Implementing Classes:
- BaseWrapper
- public interface Initializable
An inteface for the proxy to implement so that a proxy can be initialized.
Initialisation is normally via reflection looking for, and invoking an init
method but obviously this doesn't work for proxies.
- Author:
- Rob Gordon
|
Method Summary |
void |
init()
Initialise the job, All constant values and child components have been
added by this point. |
init
public void init()
- Initialise the job, All constant values and child components have been
added by this point.