Uses of Enum Class
at.letto.tools.threads.TimerCall.RESULT
Packages that use TimerCall.RESULT
-
Uses of TimerCall.RESULT in at.letto.tools.threads
Fields in at.letto.tools.threads declared as TimerCall.RESULTMethods in at.letto.tools.threads that return TimerCall.RESULTModifier and TypeMethodDescriptionTimerCall.CallResult.getStatus()
static TimerCall.RESULT
Returns the enum constant of this class with the specified name.static TimerCall.RESULT[]
TimerCall.RESULT.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in at.letto.tools.threads with parameters of type TimerCall.RESULTModifierConstructorDescriptionCallResult
(TimerCall.RESULT status) CallResult
(TimerCall.RESULT status, Object result)