Uses of Interface
jmri.jmrit.throttle.AddressListener
Packages that use AddressListener
-
Uses of AddressListener in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement AddressListenerModifier and TypeClassDescriptionclassA JInternalFrame that contains a JSlider to control loco speed, and buttons for forward, reverse and STOP.classA JInternalFrame that contains buttons for each decoder function. -
Uses of AddressListener in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement AddressListenerModifier and TypeClassDescriptionclassA panel to be used as background for JMRI throttle framesclassA JInternalFrame that contains a JSlider to control loco speed, and buttons for forward, reverse and STOP.classA JInternalFrame that contains buttons for each decoder function.classA JInternalFrame that contains a label to display scale speed if available for forward, reverse and STOP.classShould be named ThrottlePanel but was already existing with that name and don't want to break dependencies (particularly in Jython code)Methods in jmri.jmrit.throttle with parameters of type AddressListenerModifier and TypeMethodDescriptionvoidAddressPanel.addAddressListener(AddressListener l) Add an AddressListener.voidAddressPanel.removeAddressListener(AddressListener l) Remove an AddressListener.