Uses of Class
jmri.jmrit.vsdecoder.EngineSoundEvent
-
Packages that use EngineSoundEvent Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of EngineSoundEvent in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as EngineSoundEvent Modifier and Type Field Description (package private) EngineSoundEvent
EnginePane. engine
Methods in jmri.jmrit.vsdecoder that return EngineSoundEvent Modifier and Type Method Description EngineSoundEvent
EnginePane. getEngine()
Methods in jmri.jmrit.vsdecoder with parameters of type EngineSoundEvent Modifier and Type Method Description void
EnginePane. setEngine(EngineSoundEvent e)
Constructors in jmri.jmrit.vsdecoder with parameters of type EngineSoundEvent Constructor Description EnginePane(java.lang.String n, EngineSoundEvent e)
-