|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThrottleListener | |
|---|---|
| jmri | Provides basic interfaces and certain core implementations for the JMRI layout management concepts. |
| jmri.jmrit.dispatcher | |
| jmri.jmrit.logix | |
| jmri.jmrit.throttle | |
| jmri.jmrit.withrottle | |
| jmri.jmrix | Interfaces and implementations for system-specific code. |
| jmri.jmrix.bachrus | |
| jmri.jmrix.can.cbus | Defines classes for interfacing to a MERG CBUS network. |
| jmri.jmrix.direct | |
| jmri.jmrix.easydcc | |
| jmri.jmrix.ecos | Support for the ESU ECoS. |
| jmri.jmrix.lenz | |
| jmri.jmrix.loconet | Provides access to LocoNet systems, along with a lot of Swing-based tools. |
| jmri.jmrix.rps | This package contains software specific to the RPS system from NAC Services, Inc. |
| jmri.jmrix.sprog | |
| jmri.jmrix.srcp | Provide a JMRI connection to an SRCP server. |
| Uses of ThrottleListener in jmri |
|---|
| Methods in jmri with parameters of type ThrottleListener | |
|---|---|
void |
ThrottleManager.cancelThrottleRequest(int address,
boolean isLong,
ThrottleListener l)
Cancel a request for a throttle. |
void |
ThrottleManager.cancelThrottleRequest(int address,
ThrottleListener l)
Cancel a request for a throttle. |
void |
ThrottleManager.dispatchThrottle(DccThrottle t,
ThrottleListener l)
The throttle listener has finished with the specific Throttle and is is available for reuse/reallocation by somebody else. |
boolean |
ThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
Not for general use, see releaseThrottle
and dispatchThrottle. |
void |
ThrottleManager.releaseThrottle(DccThrottle t,
ThrottleListener l)
The specified Throttle Listener has finished using a given throttle and no longer requires access to it. |
boolean |
ThrottleManager.requestThrottle(DccLocoAddress address,
ThrottleListener l)
Request a throttle, given a decoder address. |
boolean |
ThrottleManager.requestThrottle(int address,
boolean isLong,
ThrottleListener l)
Request a throttle, given a decoder address & whether it is a long or short DCC address. |
boolean |
ThrottleManager.requestThrottle(int address,
ThrottleListener l)
Request a throttle, given a decoder address. |
| Uses of ThrottleListener in jmri.jmrit.dispatcher |
|---|
| Classes in jmri.jmrit.dispatcher that implement ThrottleListener | |
|---|---|
class |
AutoActiveTrain
This class holds information and options for an ActiveTrain when it is running in AUTOMATIC mode. |
| Uses of ThrottleListener in jmri.jmrit.logix |
|---|
| Classes in jmri.jmrit.logix that implement ThrottleListener | |
|---|---|
class |
Warrant
An Warrant contains the operating permissions and directives needed for a train to proceed from an Origin to a Destination Version 1.11 - remove setting of SignalHeads |
| Uses of ThrottleListener in jmri.jmrit.throttle |
|---|
| Classes in jmri.jmrit.throttle that implement ThrottleListener | |
|---|---|
class |
AddressPanel
A JInternalFrame that provides a way for the user to enter a decoder address. |
| Uses of ThrottleListener in jmri.jmrit.withrottle |
|---|
| Classes in jmri.jmrit.withrottle that implement ThrottleListener | |
|---|---|
class |
ConsistFunctionController
|
class |
MultiThrottleController
|
class |
ThrottleController
|
| Uses of ThrottleListener in jmri.jmrix |
|---|
| Methods in jmri.jmrix with parameters of type ThrottleListener | |
|---|---|
protected boolean |
AbstractThrottleManager.addressReleased(DccLocoAddress la,
ThrottleListener l)
|
void |
AbstractThrottleManager.cancelThrottleRequest(int address,
boolean isLong,
ThrottleListener l)
Cancel a request for a throttle |
void |
AbstractThrottleManager.cancelThrottleRequest(int address,
ThrottleListener l)
Cancel a request for a throttle. |
void |
AbstractThrottleManager.dispatchThrottle(DccThrottle t,
ThrottleListener l)
|
boolean |
AbstractThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
void |
AbstractThrottleManager.releaseThrottle(DccThrottle t,
ThrottleListener l)
|
boolean |
AbstractThrottleManager.requestThrottle(DccLocoAddress la,
ThrottleListener l)
Request a throttle, given a decoder address. |
boolean |
AbstractThrottleManager.requestThrottle(int address,
boolean isLongAddress,
ThrottleListener l)
|
boolean |
AbstractThrottleManager.requestThrottle(int address,
ThrottleListener l)
Request a throttle, given a decoder address. |
| Uses of ThrottleListener in jmri.jmrix.bachrus |
|---|
| Classes in jmri.jmrix.bachrus that implement ThrottleListener | |
|---|---|
class |
SpeedoConsoleFrame
Frame for Speedo Console for Bachrus running stand reader interface |
| Uses of ThrottleListener in jmri.jmrix.can.cbus |
|---|
| Methods in jmri.jmrix.can.cbus with parameters of type ThrottleListener | |
|---|---|
boolean |
CbusThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
| Uses of ThrottleListener in jmri.jmrix.direct |
|---|
| Methods in jmri.jmrix.direct with parameters of type ThrottleListener | |
|---|---|
boolean |
ThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
Invoked when a throttle is released, this updates the local data structures |
| Uses of ThrottleListener in jmri.jmrix.easydcc |
|---|
| Methods in jmri.jmrix.easydcc with parameters of type ThrottleListener | |
|---|---|
boolean |
EasyDccThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
| Uses of ThrottleListener in jmri.jmrix.ecos |
|---|
| Methods in jmri.jmrix.ecos with parameters of type ThrottleListener | |
|---|---|
boolean |
EcosDccThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
| Uses of ThrottleListener in jmri.jmrix.lenz |
|---|
| Methods in jmri.jmrix.lenz with parameters of type ThrottleListener | |
|---|---|
boolean |
XNetThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
void |
XNetThrottleManager.releaseThrottle(DccThrottle t,
ThrottleListener l)
|
| Uses of ThrottleListener in jmri.jmrix.loconet |
|---|
| Classes in jmri.jmrix.loconet that implement ThrottleListener | |
|---|---|
class |
LocoNetConsist
|
| Methods in jmri.jmrix.loconet with parameters of type ThrottleListener | |
|---|---|
void |
LnThrottleManager.dispatchThrottle(DccThrottle t,
ThrottleListener l)
|
void |
LnPr2ThrottleManager.dispatchThrottle(DccThrottle t,
ThrottleListener l)
|
boolean |
LnThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
boolean |
LnPr2ThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
void |
LnThrottleManager.releaseThrottle(DccThrottle t,
ThrottleListener l)
|
void |
LnPr2ThrottleManager.releaseThrottle(DccThrottle t,
ThrottleListener l)
|
| Uses of ThrottleListener in jmri.jmrix.rps |
|---|
| Classes in jmri.jmrix.rps that implement ThrottleListener | |
|---|---|
class |
RpsBlock
Create a Block that can control a locomotive within a specific Block based on an RpsSensor. |
class |
Transmitter
Represents a RPS transmitter, generally a locomotive. |
| Uses of ThrottleListener in jmri.jmrix.sprog |
|---|
| Methods in jmri.jmrix.sprog with parameters of type ThrottleListener | |
|---|---|
boolean |
SprogThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
boolean |
SprogCSThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
| Uses of ThrottleListener in jmri.jmrix.srcp |
|---|
| Methods in jmri.jmrix.srcp with parameters of type ThrottleListener | |
|---|---|
boolean |
SRCPThrottleManager.disposeThrottle(DccThrottle t,
ThrottleListener l)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||