Uses of Enum
jmri.jmrit.vsdecoder.VSDManagerEvent.EventType
Packages that use VSDManagerEvent.EventType
Package
Description
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.EventTypeModifier and TypeFieldDescription(package private) VSDManagerEvent.EventTypeVSDManagerEvent.typeMethods in jmri.jmrit.vsdecoder that return VSDManagerEvent.EventTypeModifier and TypeMethodDescriptionVSDManagerEvent.getType()static VSDManagerEvent.EventTypeReturns 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.EventTypeConstructors in jmri.jmrit.vsdecoder with parameters of type VSDManagerEvent.EventTypeModifierConstructorDescriptionVSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t, Object d)