Packageorg.springextensions.actionscript.core.task.support
SVN browsingCountProvider.as
FisheyeCountProvider.as
Classpublic class CountProvider
ImplementsICountProvider
SubclassesFunctionCountProvider

Base class for ICountProvider implementations.



Documentation reference: tasks


Public Methods
 MethodDefined by
  
CountProvider(count:int = 0)
Creates a new CountProvider instance.
CountProvider
  
getCount():uint
CountProvider
Constructor detail
CountProvider()constructor
public function CountProvider(count:int = 0)

Creates a new CountProvider instance.

Parameters
count:int (default = 0) — The specified count.
Method detail
getCount()method
public function getCount():uint

Returns
uint — The specified count