| Method | Defined by | ||
|---|---|---|---|
|
Delegate(f:Function, ... rest)
| Delegate | ||
|
addArguments(... rest):void
| Delegate | ||
|
addArgumentsArray(a:Array):void
| Delegate | ||
|
callFunction():*
| Delegate | ||
|
create(method:Function, ... args):Function
[static]
| Delegate | ||
|
execute(e:Event = null):void
| Delegate | ||
|
getArguments():Array
| Delegate | ||
|
handleEvent(e:Event):void
| Delegate | ||
|
setArguments(... rest):void
| Delegate | ||
|
setArgumentsArray(a:Array):void
| Delegate | ||
|
toString():String
Returns the string representation of this instance.
| Delegate | ||
| Delegate | () | constructor |
public function Delegate(f:Function, ... rest)Parameters
f:Function |
|
... rest |
| addArguments | () | method |
public function addArguments(... rest):voidParameters
... rest |
| addArgumentsArray | () | method |
public function addArgumentsArray(a:Array):voidParameters
a:Array |
| callFunction | () | method |
public function callFunction():*
Returns
* |
| create | () | method |
public static function create(method:Function, ... args):FunctionParameters
method:Function |
|
... args |
Function |
| execute | () | method |
public function execute(e:Event = null):voidParameters
e:Event (default = null) |
| getArguments | () | method |
public function getArguments():Array
Returns
Array |
| handleEvent | () | method |
public function handleEvent(e:Event):voidParameters
e:Event |
| setArguments | () | method |
public function setArguments(... rest):voidParameters
... rest |
| setArgumentsArray | () | method |
public function setArgumentsArray(a:Array):voidParameters
a:Array |
| toString | () | method |
public function toString():StringReturns the string representation of this instance.
ReturnsString — the string representation of this instance
|