Uses of Class
org.apache.pivot.wtk.ApplicationContext.QueuedCallback

Packages that use ApplicationContext.QueuedCallback
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of ApplicationContext.QueuedCallback in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return ApplicationContext.QueuedCallback
static ApplicationContext.QueuedCallback ApplicationContext.queueCallback(Runnable callback)
          Queues a task to execute after all pending events have been processed and returns without waiting for the task to complete.
static ApplicationContext.QueuedCallback ApplicationContext.queueCallback(Runnable callback, boolean wait)
          Queues a task to execute after all pending events have been processed and optionally waits for the task to complete.