Packageorg.springextensions.actionscript.core.task.support
SVN browsingFunctionCountProvider.as
FisheyeFunctionCountProvider.as
Classpublic class FunctionCountProvider
InheritanceFunctionCountProvider Inheritance 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


Public Methods
 MethodDefined by
  
FunctionCountProvider(func:Function)
Creates a new FunctionCountProvider instance.
FunctionCountProvider
  
getCount():uint
FunctionCountProvider
Constructor detail
FunctionCountProvider()constructor
public function FunctionCountProvider(func:Function)

Creates a new FunctionCountProvider instance.

Parameters
func:Function — A Function that returns a uint representing the specified count. The signature of this Function should be Function():uint;
Method detail
getCount()method
public override function getCount():uint

Returns
uint