Uses of Class
jmri.jmrit.vsdecoder.ButtonTrigger.ButtonAction
-
Packages that use ButtonTrigger.ButtonAction Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of ButtonTrigger.ButtonAction in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return ButtonTrigger.ButtonAction Modifier and Type Method Description static ButtonTrigger.ButtonAction
ButtonTrigger.ButtonAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ButtonTrigger.ButtonAction[]
ButtonTrigger.ButtonAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-