Packageorg.springextensions.actionscript.ioc.factory
Interfacepublic interface IInitializingObject
Implementors DefaultAutowiringStageProcessor, EventBusNamespacehandler, FieldRetrievingFactoryObject, MetadataProcessorObjectPostProcessor, UtilNamespaceHandler

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



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.