Uses of Interface
jmri.jmrit.withrottle.ControllerInterface
-
Packages that use ControllerInterface Package Description jmri.jmrit.withrottle -
-
Uses of ControllerInterface in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement ControllerInterface Modifier and Type Class Description classDeviceServerFields in jmri.jmrit.withrottle with type parameters of type ControllerInterface Modifier and Type Field Description protected java.util.ArrayList<ControllerInterface>ThrottleController. controllerListeners(package private) java.util.ArrayList<ControllerInterface>AbstractController. listeners(package private) java.util.ArrayList<ControllerInterface>WiFiConsistManager. listenersMethods in jmri.jmrit.withrottle with parameters of type ControllerInterface Modifier and Type Method Description voidAbstractController. 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 ControllerInterface 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)
-