Uses of Enum Class
xal.tools.dispatch.DispatchQueue.DispatchQueueState
Packages that use DispatchQueue.DispatchQueueState
Package
Description
The dispatch package is an attempted Java port of some of the functionality of the open source libdispatch library.
-
Uses of DispatchQueue.DispatchQueueState in xal.tools.dispatch
Fields in xal.tools.dispatch declared as DispatchQueue.DispatchQueueStateModifier and TypeFieldDescriptionprotected DispatchQueue.DispatchQueueStateDispatchQueue.queueStatestate of this queueMethods in xal.tools.dispatch that return DispatchQueue.DispatchQueueStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DispatchQueue.DispatchQueueState[]DispatchQueue.DispatchQueueState.values()Returns an array containing the constants of this enum class, in the order they are declared.