Uses of Class
org.apache.pivot.wtk.ApplicationContext.QueuedCallback
-
Packages that use ApplicationContext.QueuedCallback Package Description 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 Modifier and Type Method Description static ApplicationContext.QueuedCallback
ApplicationContext. queueCallback(java.lang.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(java.lang.Runnable callback, boolean wait)
Queues a task to execute after all pending events have been processed and optionally waits for the task to complete.
-