Uses of Interface
jmri.jmrit.withrottle.ControllerInterface
Packages that use ControllerInterface
-
Uses of ControllerInterface in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement ControllerInterfaceFields in jmri.jmrit.withrottle with type parameters of type ControllerInterfaceModifier and TypeFieldDescriptionprotected ArrayList<ControllerInterface>ThrottleController.controllerListeners(package private) ArrayList<ControllerInterface>AbstractController.listeners(package private) ArrayList<ControllerInterface>WiFiConsistManager.listenersMethods in jmri.jmrit.withrottle with parameters of type ControllerInterfaceModifier and TypeMethodDescriptionvoidAbstractController.addControllerListener(ControllerInterface listener) Add a listener to handle: listener.sendPacketToDevice(message);voidThrottleController.addControllerListener(ControllerInterface listener) Add a listener to handle: listener.sendPacketToDevice(message);voidWiFiConsistManager.addControllerListener(ControllerInterface listener) Add a listener to handle: listener.sendPacketToDevice(message);voidAbstractController.removeControllerListener(ControllerInterface listener) voidThrottleController.removeControllerListener(ControllerInterface listener) voidWiFiConsistManager.removeControllerListener(ControllerInterface listener) Constructors in jmri.jmrit.withrottle with parameters of type ControllerInterfaceModifierConstructorDescriptionMultiThrottle(char id, ThrottleControllerListener tcl, ControllerInterface ci) MultiThrottleController(char id, String key, ThrottleControllerListener tcl, ControllerInterface ci) ThrottleController(char whichThrottleChar, ThrottleControllerListener tcl, ControllerInterface cl)