|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ControllerInterface | |
|---|---|
| jmri.jmrit.withrottle | |
| Uses of ControllerInterface in jmri.jmrit.withrottle |
|---|
| Classes in jmri.jmrit.withrottle that implement ControllerInterface | |
|---|---|
class |
DeviceServer
|
| Fields in jmri.jmrit.withrottle with type parameters of type ControllerInterface | |
|---|---|
protected ArrayList<ControllerInterface> |
ThrottleController.controllerListeners
|
| Methods in jmri.jmrit.withrottle with parameters of type ControllerInterface | |
|---|---|
void |
ThrottleController.addControllerListener(ControllerInterface listener)
Add a listener to handle: listener.sendPacketToDevice(message); |
void |
AbstractController.addControllerListener(ControllerInterface listener)
Add a listener to handle: listener.sendPacketToDevice(message); |
void |
ThrottleController.removeControllerListener(ControllerInterface listener)
|
void |
AbstractController.removeControllerListener(ControllerInterface listener)
|
| Constructors in jmri.jmrit.withrottle with parameters of type ControllerInterface | |
|---|---|
MultiThrottle(char id,
ThrottleControllerListener tcl,
ControllerInterface ci)
|
|
MultiThrottleController(char id,
String key,
ThrottleControllerListener tcl,
ControllerInterface ci)
|
|
ThrottleController(char whichThrottleChar,
ThrottleControllerListener tcl,
ControllerInterface cl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||