Uses of Interface
jmri.jmrix.loconet.SlotListener
Packages that use SlotListener
Package
Description
Provides access to LocoNet systems, along with a lot of Swing-based tools.
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 SlotListenerModifier and TypeClassDescriptionclassA specialization of the LocoNet Throttle for Intellibox-I foibles.classSpecialization of a ThrottleManager for the Intellibox.classA specialization of the LocoNet Throttle for Intellibox-II foibles.classSpecialization of a ThrottleManager for the Intellibox.classImplementation of the Hardware Fast Clock for LocoNet.classLocoNet implementation of a ThrottleManager.classLocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.classAn implementation of DccThrottle via AbstractThrottle with code specific to a LocoNet connection.Fields in jmri.jmrix.loconet with type parameters of type SlotListenerModifier and TypeFieldDescription(package private) Hashtable<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 SlotListenerModifier and TypeMethodDescriptionvoidLocoNetSlot.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 -
Uses of SlotListener in jmri.jmrix.loconet.logixng
Classes in jmri.jmrix.loconet.logixng that implement SlotListenerModifier and TypeClassDescriptionclassThis 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 SlotListenerModifier and TypeClassDescriptionclassThis 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 SlotListenerModifier and TypeClassDescriptionclassTable data model for display of slot manager contents.classFrame providing a command station slot manager. -
Uses of SlotListener in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement SlotListenerModifier and TypeClassDescriptionclassLocoNet implementation of a ThrottleManager for Uhlenbrock.