Package jmri.jmrix.loconet
Class LnThrottleManager.ThrottleRequest
- java.lang.Object
-
- jmri.jmrix.loconet.LnThrottleManager.ThrottleRequest
-
- Enclosing class:
- LnThrottleManager
protected static class LnThrottleManager.ThrottleRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThrottleRequest(LocoAddress l, boolean control)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocoAddress
getAddress()
boolean
getControl()
-
-
-
Constructor Detail
-
ThrottleRequest
ThrottleRequest(LocoAddress l, boolean control)
-
-
Method Detail
-
getControl
public boolean getControl()
-
getAddress
public LocoAddress getAddress()
-
-