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 classTamsOpsModeProgrammerProvide an Ops Mode Programmer via a wrapper what works with the TAMS command station object.classTamsPowerManagerPowerManager implementation for controlling layout power using binary P50x commands Based on work by Bob Jacobsen and Kevin DickersonclassTamsProgrammerConvert the jmri.Programmer interface into commands for the NCE power house.classTamsSensorManagerImplement sensor manager for Tams systems.classTamsThrottleAn implementation of DccThrottle with code specific to a TAMS connection.classTamsThrottleManagerTamsDCC implementation of a ThrottleManager.classTamsTurnoutImplement a Turnout via Tams communications.classTamsTurnoutManagerImplement turnout manager for Tams systems.Methods in jmri.jmrix.tams with parameters of type TamsListener Modifier and Type Method Description voidTamsTrafficController. 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.voidTamsInterface. addTamsListener(TamsListener l)voidTamsTrafficController. addTamsListener(TamsListener l)voidTamsTrafficController. removePollMessage(TamsMessage tm, TamsListener tl)Remove a message that is used for polling from the queue.voidTamsInterface. removeTamsListener(TamsListener l)voidTamsTrafficController. removeTamsListener(TamsListener l)voidTamsInterface. sendTamsMessage(TamsMessage m, TamsListener l)Send a message through the interface.voidTamsTrafficController. 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 classLocoDataModelTable 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 classTamsMonPaneSwing 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 classStatusPanelPanel to show TAMS status.
-