Core.Web.Scheduler
Runnable
Abstract
Class Hierarchy:
Direct Known Subclasses:
Core.Web.Scheduler.MethodRunnable, Extras.Sync.FadeRunnable, Extras.Sync.TabPane.ScrollRunnable

A runnable task that may be scheduled with the Scheduler.

Instance Field Summary
Internal _nextExecution
Next execution time (milliseconds since epoch)
Public, Virtual timeInterval
Time interval, in milliseconds after which the Runnable should be executed.
Public, Virtual repeat
Flag indicating whether task should be repeated.

Instance Method Summary
Public, Abstract run()
Performs work, provided by derived object.

Instance Method Detail
run
Performs work, provided by derived object.