Package jmri.jmrix.loconet.locostats
Interface LocoNetInterfaceStatsListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
LocoStatsPanel
public interface LocoNetInterfaceStatsListener extends java.util.EventListener
Interface for objects that want to be notified when aLocoNetSlot
is modified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyChangedInterfaceStatus(java.lang.Object s)
-
-
-
Method Detail
-
notifyChangedInterfaceStatus
void notifyChangedInterfaceStatus(java.lang.Object s)
-
-