Packageorg.pranaframework.ioc.factory
Interfacepublic interface IInitializingObject
ImplementorsFieldRetrievingFactoryObject, LoggingTargetFactoryObject, MethodInvokingObject

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



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.