Packageorg.springextensions.actionscript.ioc.factory
SVN browsingMethodInvokingObject.as
FisheyeMethodInvokingObject.as
Classpublic class MethodInvokingObject
InheritanceMethodInvokingObject Inheritance org.as3commons.reflect.MethodInvoker
ImplementsIInitializingObject

Object that invokes a specified method on an object after the object has been created by the container.

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
  
Constructs a new MethodInvokingObject instance.
MethodInvokingObject
  

Calls the invoke() method on the super class.

Invoked by an object factory after all properties of an object have been set.
MethodInvokingObject
Constructor detail
MethodInvokingObject()constructor
public function MethodInvokingObject()

Constructs a new MethodInvokingObject instance.

Method detail
afterPropertiesSet()method
public function afterPropertiesSet():void

Calls the invoke() method on the super class.

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