Uses of Interface
jmri.jmrit.withrottle.ThrottleControllerListener
-
Packages that use ThrottleControllerListener Package Description jmri.jmrit.withrottle -
-
Uses of ThrottleControllerListener in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement ThrottleControllerListener Modifier and Type Class Description class
DeviceServer
Fields in jmri.jmrit.withrottle with type parameters of type ThrottleControllerListener Modifier and Type Field Description protected java.util.ArrayList<ThrottleControllerListener>
ThrottleController. listeners
Methods in jmri.jmrit.withrottle with parameters of type ThrottleControllerListener Modifier and Type Method Description void
ThrottleController. addThrottleControllerListener(ThrottleControllerListener l)
void
ThrottleController. removeThrottleControllerListener(ThrottleControllerListener l)
Constructors in jmri.jmrit.withrottle with parameters of type ThrottleControllerListener Constructor Description MultiThrottle(char id, ThrottleControllerListener tcl, ControllerInterface ci)
MultiThrottleController(char id, java.lang.String key, ThrottleControllerListener tcl, ControllerInterface ci)
ThrottleController(char whichThrottleChar, ThrottleControllerListener tcl, ControllerInterface cl)
-