Package jmri.jmrit.ussctc
Class PhysicalBell
- java.lang.Object
-
- jmri.jmrit.ussctc.PhysicalBell
-
- All Implemented Interfaces:
Bell
public class PhysicalBell extends java.lang.Object implements Bell
Derive a CTC machine bell via a Turnout output.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) NamedBeanHandle<Turnout>
hOutput
(package private) Sound
sound
static int
STROKE_DELAY
-
Constructor Summary
Constructors Constructor Description PhysicalBell(java.lang.String output)
PhysicalBell(java.lang.String output, Sound sound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ring()
-
-
-
Field Detail
-
hOutput
NamedBeanHandle<Turnout> hOutput
-
STROKE_DELAY
public static int STROKE_DELAY
-
-
Constructor Detail
-
PhysicalBell
public PhysicalBell(java.lang.String output)
-
PhysicalBell
public PhysicalBell(java.lang.String output, Sound sound)
-
-