| Property | Defined by | ||
|---|---|---|---|
| arguments : Array | MethodInvoker | ||
| method : String | MethodInvoker | ||
| target : Class | MethodInvoker | ||
| Method | Defined by | ||
|---|---|---|---|
|
| MethodInvoker | ||
|
invoke():*
| MethodInvoker | ||
| arguments | property |
arguments:Array [read-write]Implementation
public function get arguments():Array
public function set arguments(value:Array):void
| method | property |
method:String [read-write]Implementation
public function get method():String
public function set method(value:String):void
| target | property |
target:Class [read-write]Implementation
public function get target():Class
public function set target(value:Class):void
| MethodInvoker | () | constructor |
public function MethodInvoker()
| invoke | () | method |
public function invoke():*
Returns
* |