Packageorg.springextensions.actionscript.ioc.factory
SVN browsingIInitializingObject.as
FisheyeIInitializingObject.as
Interfacepublic interface IInitializingObject
ImplementorsFieldRetrievingFactoryObject, LoggingTargetFactoryObject, MethodInvokingObject

Objects that should execute behavior after their properties have been set, should implement this interface.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Documentation reference: lifecycle callbacks


Public Methods
 MethodDefined by
  
Invoked by an object factory after all properties of an object have been set.
IInitializingObject
Method detail
afterPropertiesSet()method
public function afterPropertiesSet():void

Invoked by an object factory after all properties of an object have been set.