public interface IOCListener
Modifier and Type | Method and Description |
---|---|
void |
initialize(IOCProvider pProvider)
Called to initialize the object.
|
void initialize(IOCProvider pProvider) throws CSAppFrameworkException
IOCController
invokes
this method, after performing the standard dependency injection.pProvider
- provides values to the properties.CSAppFrameworkException
- if an internal error occurs.