Uses of Interface
jmri.ConsistListListener
Packages that use ConsistListListener
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of ConsistListListener in jmri
Methods in jmri with parameters of type ConsistListListenerModifier and TypeMethodDescriptionvoidConsistManager.addConsistListListener(ConsistListListener listener) Register a ConsistListListener object with this ConsistManagervoidConsistManager.removeConsistListListener(ConsistListListener listener) Remove a ConsistListListener object with this ConsistManager -
Uses of ConsistListListener in jmri.implementation
Methods in jmri.implementation with parameters of type ConsistListListenerModifier and TypeMethodDescriptionvoidAbstractConsistManager.addConsistListListener(ConsistListListener l) voidAbstractConsistManager.removeConsistListListener(ConsistListListener l) -
Uses of ConsistListListener in jmri.jmrit.consisttool
Classes in jmri.jmrit.consisttool that implement ConsistListListenerModifier and TypeClassDescriptionclassA JComboBox with JMRI consists Entries can be a String or a DccLocoAddressclassFrame object for manipulating consists. -
Uses of ConsistListListener in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement ConsistListListenerModifier and TypeClassDescriptionclassA TableModel to display active Throttles in a summary table (see ThrottlesListPanel) -
Uses of ConsistListListener in jmri.server.json.consist
Methods in jmri.server.json.consist with parameters of type ConsistListListenerModifier and TypeMethodDescriptionvoidJsonConsistManager.addConsistListListener(ConsistListListener listener) voidJsonConsistManager.removeConsistListListener(ConsistListListener listener)