| Package | org.springextensions.actionscript.core.task.support |
| SVN browsing | FunctionCountProvider.as |
| Fisheye | FunctionCountProvider.as |
| Class | public class FunctionCountProvider |
| Inheritance | FunctionCountProvider CountProvider |
ICountProvider implementation that takes a Function as
a constructor argument and will invoke this Function in its getCount() method.
The signature of this Function should be Function():uint;
Documentation reference: tasks
| Method | Defined by | ||
|---|---|---|---|
|
FunctionCountProvider(func:Function)
Creates a new
FunctionCountProvider instance. | FunctionCountProvider | ||
|
getCount():uint
| FunctionCountProvider | ||
| FunctionCountProvider | () | constructor |
public function FunctionCountProvider(func:Function)
Creates a new FunctionCountProvider instance.
func:Function — A Function that returns a uint representing the specified count. The signature of this Function should be Function():uint;
|
| getCount | () | method |
public override function getCount():uint
Returns
uint |