com.softwareag.centrasite.appl.framework.ioc
Interface IOCListener


public interface IOCListener

Interface of an object, which wants to initialize itself.


Method Summary
 void initialize(IOCProvider pProvider)
          Called to initialize the object.
 

Method Detail

initialize

void initialize(IOCProvider pProvider)
                throws CSAppFrameworkException
Called to initialize the object. The IOCController invokes this method, after performing the standard dependency injection.

Throws:
CSAppFrameworkException