Uses of Class
dev.vality.machinegun.stateproc.UnsetTimerAction
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of UnsetTimerAction in dev.vality.machinegun.stateproc
Methods in dev.vality.machinegun.stateproc that return UnsetTimerAction Modifier and Type Method Description UnsetTimerActionUnsetTimerAction. deepCopy()UnsetTimerActionTimerAction. getUnsetTimer()Methods in dev.vality.machinegun.stateproc with parameters of type UnsetTimerAction Modifier and Type Method Description intUnsetTimerAction. compareTo(UnsetTimerAction other)booleanUnsetTimerAction. equals(UnsetTimerAction that)voidTimerAction. setUnsetTimer(UnsetTimerAction value)static TimerActionTimerAction. unset_timer(UnsetTimerAction value)Constructors in dev.vality.machinegun.stateproc with parameters of type UnsetTimerAction Constructor Description UnsetTimerAction(UnsetTimerAction other)Performs a deep copy on other.