Uses of Interface
jmri.jmrix.tams.TamsListener
Packages that use TamsListener
Package
Description
Support for the ESU ECoS.
-
Uses of TamsListener in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement TamsListenerModifier and TypeClassDescriptionclassProvide an Ops Mode Programmer via a wrapper what works with the TAMS command station object.classPowerManager implementation for controlling layout power using binary P50x commands Based on work by Bob Jacobsen and Kevin DickersonclassConvert the jmri.Programmer interface into commands for the NCE power house.classImplement sensor manager for Tams systems.classAn implementation of DccThrottle with code specific to a TAMS connection.classTamsDCC implementation of a ThrottleManager.classImplement a Turnout via Tams communications.classImplement turnout manager for Tams systems.Methods in jmri.jmrix.tams with parameters of type TamsListenerModifier and TypeMethodDescriptionvoidTamsTrafficController.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 TamsListenerModifier and TypeClassDescriptionclassTable 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 TamsListenerModifier and TypeClassDescriptionclassSwing 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