Package jmri.jmrit.withrottle
Interface ThrottleControllerListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
DeviceServer
public interface ThrottleControllerListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, java.lang.String reason)
void
notifyControllerAddressFound(ThrottleController TC)
void
notifyControllerAddressReleased(ThrottleController TC)
-
-
-
Method Detail
-
notifyControllerAddressFound
void notifyControllerAddressFound(ThrottleController TC)
-
notifyControllerAddressReleased
void notifyControllerAddressReleased(ThrottleController TC)
-
notifyControllerAddressDeclined
void notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, java.lang.String reason)
-
-