Uses of Class
jmri.jmrit.Sound
-
Packages that use Sound Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of Sound in jmri
Methods in jmri that return Sound Modifier and Type Method Description Sound
ConditionalAction. getSound()
Get the Sound. -
Uses of Sound in jmri.implementation
Methods in jmri.implementation that return Sound Modifier and Type Method Description Sound
DefaultConditionalAction. getSound()
Get Sound file.Methods in jmri.implementation with parameters of type Sound Modifier and Type Method Description protected void
DefaultConditionalAction. setSound(Sound sound)
Set the sound file. -
Uses of Sound in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as Sound Modifier and Type Field Description (package private) Sound
ComputerBell. sound
(package private) Sound
PhysicalBell. sound
Constructors in jmri.jmrit.ussctc with parameters of type Sound Constructor Description ComputerBell(Sound sound)
PhysicalBell(java.lang.String output, Sound sound)
-