Uses of Interface
jmri.jmrit.withrottle.ThrottleControllerListener
Packages that use ThrottleControllerListener
-
Uses of ThrottleControllerListener in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement ThrottleControllerListenerFields in jmri.jmrit.withrottle with type parameters of type ThrottleControllerListenerModifier and TypeFieldDescriptionprotected ArrayList<ThrottleControllerListener>ThrottleController.listenersMethods in jmri.jmrit.withrottle with parameters of type ThrottleControllerListenerModifier and TypeMethodDescriptionvoidThrottleController.addThrottleControllerListener(ThrottleControllerListener l) voidThrottleController.removeThrottleControllerListener(ThrottleControllerListener l) Constructors in jmri.jmrit.withrottle with parameters of type ThrottleControllerListenerModifierConstructorDescriptionMultiThrottle(char id, ThrottleControllerListener tcl, ControllerInterface ci) MultiThrottleController(char id, String key, ThrottleControllerListener tcl, ControllerInterface ci) ThrottleController(char whichThrottleChar, ThrottleControllerListener tcl, ControllerInterface cl)