Packageorg.spicefactory.parsley.core.bootstrap
Interfacepublic interface InitializingService
Implementors DefaultContext, DefaultMessageRouter, DefaultObjectDefinitionRegistry, DefaultObjectLifecycleManager, DefaultScopeManager, DefaultViewManager

Interface to be implemented by IOC kernel services that need access to the environment of the Context building process. The BootstrapInfo instance passed to the init method gives access to the settings and collaborating services.



Public Methods
 MethodDefined By
  
init(info:BootstrapInfo):void
Invoked once after the service has been instantiated.
InitializingService
Method Detail
init()method
public function init(info:BootstrapInfo):void

Invoked once after the service has been instantiated. The BootstrapInfo instance passed to this method gives access to the settings and collaborating services.

Parameters

info:BootstrapInfo — the environment of the Context building process