Uses of Interface
jmri.jmrix.tams.TamsListener
-
Packages that use TamsListener Package Description jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tams.swing.locodatabase jmri.jmrix.tams.swing.monitor jmri.jmrix.tams.swing.statusframe -
-
Uses of TamsListener in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement TamsListener Modifier and Type Class Description class
TamsOpsModeProgrammer
Provide an Ops Mode Programmer via a wrapper what works with the TAMS command station object.class
TamsPowerManager
PowerManager implementation for controlling layout power using binary P50x commands Based on work by Bob Jacobsen and Kevin Dickersonclass
TamsProgrammer
Convert the jmri.Programmer interface into commands for the NCE power house.class
TamsSensorManager
Implement sensor manager for Tams systems.class
TamsThrottle
An implementation of DccThrottle with code specific to a TAMS connection.class
TamsThrottleManager
TamsDCC implementation of a ThrottleManager.class
TamsTurnout
Implement a Turnout via Tams communications.class
TamsTurnoutManager
Implement turnout manager for Tams systems.Methods in jmri.jmrix.tams with parameters of type TamsListener Modifier and Type Method Description void
TamsTrafficController. addPollMessage(TamsMessage tm, TamsListener tl)
As we have to poll the Tams MC system to get updates, we put request into a queue and allow the abstract traffic controller to handle requests when it is free.void
TamsInterface. addTamsListener(TamsListener l)
void
TamsTrafficController. addTamsListener(TamsListener l)
void
TamsTrafficController. removePollMessage(TamsMessage tm, TamsListener tl)
Remove a message that is used for polling from the queue.void
TamsInterface. removeTamsListener(TamsListener l)
void
TamsTrafficController. removeTamsListener(TamsListener l)
void
TamsInterface. sendTamsMessage(TamsMessage m, TamsListener l)
Send a message through the interface.void
TamsTrafficController. sendTamsMessage(TamsMessage tm, TamsListener tl)
Forward a pre-formatted message to the actual interface. -
Uses of TamsListener in jmri.jmrix.tams.swing.locodatabase
Classes in jmri.jmrix.tams.swing.locodatabase that implement TamsListener Modifier and Type Class Description class
LocoDataModel
Table data model for display the loco database of the Tams MC. -
Uses of TamsListener in jmri.jmrix.tams.swing.monitor
Classes in jmri.jmrix.tams.swing.monitor that implement TamsListener Modifier and Type Class Description class
TamsMonPane
Swing action to create and register a MonFrame object. -
Uses of TamsListener in jmri.jmrix.tams.swing.statusframe
Classes in jmri.jmrix.tams.swing.statusframe that implement TamsListener Modifier and Type Class Description class
StatusPanel
Panel to show TAMS status.
-