Uses of Interface
jmri.jmrix.loconet.locostats.LocoNetInterfaceStatsListener
-
Packages that use LocoNetInterfaceStatsListener Package Description jmri.jmrix.loconet.locostats jmri.jmrix.loconet.locostats.swing -
-
Uses of LocoNetInterfaceStatsListener in jmri.jmrix.loconet.locostats
Fields in jmri.jmrix.loconet.locostats with type parameters of type LocoNetInterfaceStatsListener Modifier and Type Field Description protected java.util.Vector<LocoNetInterfaceStatsListener>
LocoStatsFunc. listeners
Methods in jmri.jmrix.loconet.locostats with parameters of type LocoNetInterfaceStatsListener Modifier and Type Method Description void
LocoStatsFunc. addLocoNetInterfaceStatsListener(LocoNetInterfaceStatsListener l)
Add a listener to the list of listeners which will be notified upon receipt a LocoNet message containing interface statistics.void
LocoStatsFunc. removeLocoNetInterfaceStatsListener(LocoNetInterfaceStatsListener l)
Remove a listener (if present) from the list of listeners which will be notified upon receipt LocoNet message containing interface statistics. -
Uses of LocoNetInterfaceStatsListener in jmri.jmrix.loconet.locostats.swing
Classes in jmri.jmrix.loconet.locostats.swing that implement LocoNetInterfaceStatsListener Modifier and Type Class Description class
LocoStatsPanel
Panel displaying LocoNet interface status information.
-