Package jmri.jmrix.loconet
Interface SlotListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ClockMonPane
,ExpressionSlotUsage
,GetNumSlotsDialog
,Ib1Throttle
,Ib1ThrottleManager
,Ib2Throttle
,Ib2ThrottleManager
,LnClockControl
,LnThrottleManager
,LocoNetConsist
,LocoNetThrottle
,SlotMonDataModel
,SlotMonPane
,UhlenbrockLnThrottleManager
public interface SlotListener 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
notifyChangedSlot(LocoNetSlot s)
-
-
-
Method Detail
-
notifyChangedSlot
void notifyChangedSlot(LocoNetSlot s)
-
-