AbstractCore.Web.Scheduler.Runnable
Core.Web.Scheduler.MethodRunnable, Extras.Sync.FadeRunnable, Extras.Sync.TabPane.ScrollRunnable| Instance Field Summary | |
|---|---|
| Internal | _nextExecutionNext execution time (milliseconds since epoch) |
| Public, Virtual | timeIntervalTime interval, in milliseconds after which the Runnable should be executed. |
| Public, Virtual | repeatFlag indicating whether task should be repeated. |
| Instance Method Summary | |
|---|---|
| Public, Abstract | run()Performs work, provided by derived object. |