Packageorg.springextensions.actionscript.ioc
SVN browsingMethodInvocation.as
FisheyeMethodInvocation.as
Classpublic class MethodInvocation



Public Properties
 PropertyDefined by
  arguments : Array
[read-only] Optional array of arguments for the method invocation.
MethodInvocation
  methodName : String
[read-only] The name of the method that needs to be invoked.
MethodInvocation
Public Methods
 MethodDefined by
  
MethodInvocation(methodName:String, args:Array = null)
Creates a new MethodInvocation instance.
MethodInvocation
Property detail
argumentsproperty
arguments:Array  [read-only]

Optional array of arguments for the method invocation.

Implementation
    public function get arguments():Array
methodNameproperty 
methodName:String  [read-only]

The name of the method that needs to be invoked.

Implementation
    public function get methodName():String
Constructor detail
MethodInvocation()constructor
public function MethodInvocation(methodName:String, args:Array = null)

Creates a new MethodInvocation instance.

Parameters
methodName:String — The name of the method that needs to be invoked.
 
args:Array (default = null) — Optional array of arguments for the method invocation.