Uses of Enum Class
xal.tools.dispatch.DispatchTimer.DispatchTimerMode
Packages that use DispatchTimer.DispatchTimerMode
Package
Description
The dispatch package is an attempted Java port of some of the functionality of the open source libdispatch library.
-
Uses of DispatchTimer.DispatchTimerMode in xal.tools.dispatch
Methods in xal.tools.dispatch that return DispatchTimer.DispatchTimerModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DispatchTimer.DispatchTimerMode[]DispatchTimer.DispatchTimerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in xal.tools.dispatch with parameters of type DispatchTimer.DispatchTimerModeModifierConstructorDescriptionDispatchTimer(DispatchTimer.DispatchTimerMode dispatchMode, DispatchQueue eventQueue, Runnable eventHandler) Primary Constructor