ICommand
This command allows you to call a method on a specific object, with specific arguments.
new DelegateCommand()
public function DelegateCommand(scope1:Object, func1:Function, args1:Array)
static public function create(scope1:Object, func1:Function, args1:Array):DelegateCommand
public function execute():Void
Description copied from ICommand
Run this command
execute() in com.flashdoctors.reflex.ICommand
execute() in com.flashdoctors.reflex.AbstractCommand
public function setScope(obj:Object):Void
public function setFunction(func:Function):Void
public function setFunctionName(func:String):Void
public function setArgs(args:Array):Void