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 classIb1ThrottleA specialization of the LocoNet Throttle for Intellibox-I foibles.classIb1ThrottleManagerSpecialization of a ThrottleManager for the Intellibox.classIb2ThrottleA specialization of the LocoNet Throttle for Intellibox-II foibles.classIb2ThrottleManagerSpecialization of a ThrottleManager for the Intellibox.classLnClockControlImplementation of the Hardware Fast Clock for LocoNet.classLnThrottleManagerLocoNet implementation of a ThrottleManager.classLocoNetConsistLocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.classLocoNetThrottleAn 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. mLocoAddrHashProvide 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 voidLocoNetSlot. addSlotListener(SlotListener l)Registers a slot listener if it is not already registered.voidSlotManager. addSlotListener(SlotListener l)Add a slot listener, if it is not already registeredvoidLocoNetSlot. removeSlotListener(SlotListener l)Un-registers a slot listener.voidSlotManager. removeSlotListener(SlotListener l)Add a slot listener, if it is registered.voidSlotManager. 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 classClockMonPanePane 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 classExpressionSlotUsageThis 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 classGetNumSlotsDialogThis 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 classSlotMonDataModelTable data model for display of slot manager contents.classSlotMonPaneFrame 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 classUhlenbrockLnThrottleManagerLocoNet implementation of a ThrottleManager for Uhlenbrock.
-