Uses of Class
pivot.wtk.ApplicationContext.ScheduledCallback

Packages that use ApplicationContext.ScheduledCallback
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of ApplicationContext.ScheduledCallback in pivot.wtk
 

Methods in pivot.wtk that return ApplicationContext.ScheduledCallback
static ApplicationContext.ScheduledCallback ApplicationContext.scheduleCallback(Runnable callback, long delay)
          Schedules a task for one-time execution.
static ApplicationContext.ScheduledCallback ApplicationContext.scheduleRecurringCallback(Runnable callback, long period)
          Schedules a task for repeated execution.
static ApplicationContext.ScheduledCallback ApplicationContext.scheduleRecurringCallback(Runnable callback, long delay, long period)
          Schedules a task for repeated execution.
 

Uses of ApplicationContext.ScheduledCallback in pivot.wtk.skin
 

Fields in pivot.wtk.skin declared as ApplicationContext.ScheduledCallback
protected  ApplicationContext.ScheduledCallback MenuItemSkin.buttonPressCallback