Uses of Interface
jmri.jmrix.loconet.SlotListener
-
Packages that use SlotListener Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.clockmon jmri.jmrix.loconet.logixng jmri.jmrix.loconet.logixng.swing jmri.jmrix.loconet.slotmon jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection. -
-
Uses of SlotListener in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement SlotListener Modifier and Type Class Description class
Ib1Throttle
A specialization of the LocoNet Throttle for Intellibox-I foibles.class
Ib1ThrottleManager
Specialization of a ThrottleManager for the Intellibox.class
Ib2Throttle
A specialization of the LocoNet Throttle for Intellibox-II foibles.class
Ib2ThrottleManager
Specialization of a ThrottleManager for the Intellibox.class
LnClockControl
Implementation of the Hardware Fast Clock for LocoNet.class
LnThrottleManager
LocoNet implementation of a ThrottleManager.class
LocoNetConsist
LocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.class
LocoNetThrottle
An implementation of DccThrottle via AbstractThrottle with code specific to a LocoNet connection.Fields in jmri.jmrix.loconet with type parameters of type SlotListener Modifier and Type Field Description (package private) java.util.Hashtable<java.lang.Integer,SlotListener>
SlotManager. mLocoAddrHash
Provide a mapping between locomotive addresses and the SlotListener that's interested in them.Methods in jmri.jmrix.loconet with parameters of type SlotListener Modifier and Type Method Description void
LocoNetSlot. addSlotListener(SlotListener l)
Registers a slot listener if it is not already registered.void
SlotManager. addSlotListener(SlotListener l)
Add a slot listener, if it is not already registeredvoid
LocoNetSlot. removeSlotListener(SlotListener l)
Un-registers a slot listener.void
SlotManager. removeSlotListener(SlotListener l)
Add a slot listener, if it is registered.void
SlotManager. slotFromLocoAddress(int i, SlotListener l)
Obtain a slot for a particular loco address. -
Uses of SlotListener in jmri.jmrix.loconet.clockmon
Classes in jmri.jmrix.loconet.clockmon that implement SlotListener Modifier and Type Class Description class
ClockMonPane
Pane displaying a LocoNet clock monitor. -
Uses of SlotListener in jmri.jmrix.loconet.logixng
Classes in jmri.jmrix.loconet.logixng that implement SlotListener Modifier and Type Class Description class
ExpressionSlotUsage
This expression compares the number of slots that are currently in use with a threshold number. -
Uses of SlotListener in jmri.jmrix.loconet.logixng.swing
Classes in jmri.jmrix.loconet.logixng.swing that implement SlotListener Modifier and Type Class Description class
GetNumSlotsDialog
This dialog tests how many slots the command station has for engines. -
Uses of SlotListener in jmri.jmrix.loconet.slotmon
Classes in jmri.jmrix.loconet.slotmon that implement SlotListener Modifier and Type Class Description class
SlotMonDataModel
Table data model for display of slot manager contents.class
SlotMonPane
Frame providing a command station slot manager. -
Uses of SlotListener in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement SlotListener Modifier and Type Class Description class
UhlenbrockLnThrottleManager
LocoNet implementation of a ThrottleManager for Uhlenbrock.
-