|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.Runnable callback,
long delay)
Schedules a task for one-time execution. |
static ApplicationContext.ScheduledCallback |
ApplicationContext.scheduleRecurringCallback(java.lang.Runnable callback,
long period)
Schedules a task for repeated execution. |
static ApplicationContext.ScheduledCallback |
ApplicationContext.scheduleRecurringCallback(java.lang.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |