Uses of Class
xal.tools.dispatch.DispatchQueue
Packages that use DispatchQueue
Package
Description
The dispatch package is an attempted Java port of some of the functionality of the open source libdispatch library.
-
Uses of DispatchQueue in xal.tools.dispatch
Methods in xal.tools.dispatch that return DispatchQueueModifier and TypeMethodDescriptionstatic DispatchQueueDispatchQueue.createConcurrentQueue(String label) Create a concurrent queuestatic DispatchQueueDispatchQueue.createSerialQueue(String label) Create a serial queuestatic DispatchQueueDispatchQueue.getCurrentQueue()get the current queue or null if the current thread does not belong to a queuestatic DispatchQueueDispatchQueue.getGlobalBackgroundPriorityQueue()Get the global background priority queuestatic DispatchQueueDispatchQueue.getGlobalDefaultPriorityQueue()Get the global default priority queuestatic DispatchQueueDispatchQueue.getGlobalHighPriorityQueue()Get the global high priority queuestatic DispatchQueueDispatchQueue.getGlobalLowPriorityQueue()Get the global low priority queuestatic DispatchQueueDispatchQueue.getGlobalQueue(int priority) Get the global queue corresponding to the specified priority.static DispatchQueueDispatchQueue.getMainQueue()Get the main queue on which Swing events are dispatched.Methods in xal.tools.dispatch with parameters of type DispatchQueueModifier and TypeMethodDescriptionstatic DispatchTimerDispatchTimer.getCoalescingInstance(DispatchQueue eventQueue, Runnable eventHandler) Create a new coalescing timerstatic DispatchTimerDispatchTimer.getFixedRateInstance(DispatchQueue eventQueue, Runnable eventHandler) Create a new fixed rate timerConstructors in xal.tools.dispatch with parameters of type DispatchQueueModifierConstructorDescriptionDispatchTimer(DispatchQueue eventQueue, Runnable eventHandler) ConstructorDispatchTimer(DispatchTimer.DispatchTimerMode dispatchMode, DispatchQueue eventQueue, Runnable eventHandler) Primary Constructor