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 classDeviceServerFields in jmri.jmrit.withrottle with type parameters of type ThrottleControllerListener Modifier and Type Field Description protected java.util.ArrayList<ThrottleControllerListener>ThrottleController. listenersMethods in jmri.jmrit.withrottle with parameters of type ThrottleControllerListener Modifier and Type Method Description voidThrottleController. addThrottleControllerListener(ThrottleControllerListener l)voidThrottleController. 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)
-