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 class
DeviceServer
Fields 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. listeners
Methods in jmri.jmrit.withrottle with parameters of type ControllerInterface Modifier and Type Method Description void
AbstractController. addControllerListener(ControllerInterface listener)
Add a listener to handle: listener.sendPacketToDevice(message);void
ThrottleController. addControllerListener(ControllerInterface listener)
Add a listener to handle: listener.sendPacketToDevice(message);void
WiFiConsistManager. addControllerListener(ControllerInterface listener)
Add a listener to handle: listener.sendPacketToDevice(message);void
AbstractController. removeControllerListener(ControllerInterface listener)
void
ThrottleController. removeControllerListener(ControllerInterface listener)
void
WiFiConsistManager. 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)
-