Uses of Class
jmri.jmrit.withrottle.ThrottleController
-
Packages that use ThrottleController Package Description jmri.jmrit.withrottle -
-
Uses of ThrottleController in jmri.jmrit.withrottle
Subclasses of ThrottleController in jmri.jmrit.withrottle Modifier and Type Class Description class
MultiThrottleController
Fields in jmri.jmrit.withrottle declared as ThrottleController Modifier and Type Field Description (package private) ThrottleController
DeviceServer. secondThrottleController
(package private) ThrottleController
DeviceServer. throttleController
Methods in jmri.jmrit.withrottle with parameters of type ThrottleController Modifier and Type Method Description void
DeviceServer. notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, java.lang.String reason)
System has declined the address request, may be an in-use address.void
ThrottleControllerListener. notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, java.lang.String reason)
void
DeviceServer. notifyControllerAddressFound(ThrottleController TC)
void
ThrottleControllerListener. notifyControllerAddressFound(ThrottleController TC)
void
DeviceServer. notifyControllerAddressReleased(ThrottleController TC)
void
ThrottleControllerListener. notifyControllerAddressReleased(ThrottleController TC)
Constructors in jmri.jmrit.withrottle with parameters of type ThrottleController Constructor Description ConsistFunctionController(ThrottleController tc)
ConsistFunctionController(ThrottleController tc, RosterEntry re)
-