Uses of Class
jmri.jmrit.vsdecoder.VSDManagerEvent.EventType
-
Packages that use VSDManagerEvent.EventType Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of VSDManagerEvent.EventType in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as VSDManagerEvent.EventType Modifier and Type Field Description (package private) VSDManagerEvent.EventType
VSDManagerEvent. type
Methods in jmri.jmrit.vsdecoder that return VSDManagerEvent.EventType Modifier and Type Method Description VSDManagerEvent.EventType
VSDManagerEvent. getType()
static VSDManagerEvent.EventType
VSDManagerEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VSDManagerEvent.EventType[]
VSDManagerEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.vsdecoder with parameters of type VSDManagerEvent.EventType Modifier and Type Method Description void
VSDManagerEvent. setType(VSDManagerEvent.EventType t)
Constructors in jmri.jmrit.vsdecoder with parameters of type VSDManagerEvent.EventType Constructor Description VSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t)
VSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t, java.lang.Object d)
-