Packageorg.springextensions.actionscript.core.task.command
SVN browsingFunctionProxyCommand.as
FisheyeFunctionProxyCommand.as
Classpublic class FunctionProxyCommand
ImplementsICommand

ICommand wrapper for MethodInvoker instances.



Documentation reference: tasks


Public Properties
 PropertyDefined by
  methodInvoker : MethodInvoker
FunctionProxyCommand
Public Methods
 MethodDefined by
  
FunctionProxyCommand(target:Object = null, methodName:String = "", arguments:Array = null)
Creates a new FunctionProxyCommand instance.
FunctionProxyCommand
  
execute():*
FunctionProxyCommand
Protected Methods
 MethodDefined by
  
init(target:Object, methodName:String, arguments:Array):void
Initializes the FunctionProxyCommand.
FunctionProxyCommand
Property detail
methodInvokerproperty
methodInvoker:MethodInvoker  [read-write]Implementation
    public function get methodInvoker():MethodInvoker
    public function set methodInvoker(value:MethodInvoker):void
Constructor detail
FunctionProxyCommand()constructor
public function FunctionProxyCommand(target:Object = null, methodName:String = "", arguments:Array = null)

Creates a new FunctionProxyCommand instance.

Parameters
target:Object (default = null)
 
methodName:String (default = "")
 
arguments:Array (default = null)
Method detail
execute()method
public function execute():*

Returns
*
init()method 
protected function init(target:Object, methodName:String, arguments:Array):void

Initializes the FunctionProxyCommand.

Parameters
target:Object
 
methodName:String
 
arguments:Array