| Package | org.springextensions.actionscript.ioc |
| SVN browsing | MethodInvocation.as |
| Fisheye | MethodInvocation.as |
| Class | public class MethodInvocation |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
MethodInvocation(methodName:String, args:Array = null)
Creates a new
MethodInvocation instance. | MethodInvocation | ||
| arguments | property |
arguments:Array [read-only]Optional array of arguments for the method invocation.
Implementation public function get arguments():Array
| methodName | property |
methodName:String [read-only]The name of the method that needs to be invoked.
Implementation public function get methodName():String
| MethodInvocation | () | constructor |
public function MethodInvocation(methodName:String, args:Array = null)
Creates a new MethodInvocation instance.
methodName:String — The name of the method that needs to be invoked.
|
|
args:Array (default = null) — Optional array of arguments for the method invocation.
|