| Package | org.springextensions.actionscript.core.task.support |
| SVN browsing | CountProvider.as |
| Fisheye | CountProvider.as |
| Class | public class CountProvider |
| Implements | ICountProvider |
| Subclasses | FunctionCountProvider |
ICountProvider implementations.
Documentation reference: tasks
| Method | Defined by | ||
|---|---|---|---|
|
CountProvider(count:int = 0)
Creates a new
CountProvider instance. | CountProvider | ||
|
getCount():uint
| CountProvider | ||
| CountProvider | () | constructor |
public function CountProvider(count:int = 0)
Creates a new CountProvider instance.
count:int (default = 0) — The specified count.
|
| getCount | () | method |
public function getCount():uintReturns
uint — The specified count
|