Uses of Interface
jmri.ConsistListListener
-
Packages that use ConsistListListener Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.consisttool jmri.jmrit.throttle jmri.server.json.consist -
-
Uses of ConsistListListener in jmri
Methods in jmri with parameters of type ConsistListListener Modifier and Type Method Description void
ConsistManager. addConsistListListener(ConsistListListener listener)
Register a ConsistListListener object with this ConsistManagervoid
ConsistManager. removeConsistListListener(ConsistListListener listener)
Remove a ConsistListListener object with this ConsistManager -
Uses of ConsistListListener in jmri.implementation
Methods in jmri.implementation with parameters of type ConsistListListener Modifier and Type Method Description void
AbstractConsistManager. addConsistListListener(ConsistListListener l)
void
AbstractConsistManager. removeConsistListListener(ConsistListListener l)
-
Uses of ConsistListListener in jmri.jmrit.consisttool
Classes in jmri.jmrit.consisttool that implement ConsistListListener Modifier and Type Class Description class
ConsistComboBox
A JComboBox with JMRI consists Entries can be a String or a DccLocoAddressclass
ConsistToolFrame
Frame object for manipulating consists. -
Uses of ConsistListListener in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement ConsistListListener Modifier and Type Class Description class
ThrottlesTableModel
A 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 ConsistListListener Modifier and Type Method Description void
JsonConsistManager. addConsistListListener(ConsistListListener listener)
void
JsonConsistManager. removeConsistListListener(ConsistListListener listener)
-