Uses of Class
jmri.implementation.JmriSimplePropertyListener
-
Packages that use JmriSimplePropertyListener Package Description jmri.implementation Provides implementations of various JMRI interfaces. -
-
Uses of JmriSimplePropertyListener in jmri.implementation
Subclasses of JmriSimplePropertyListener in jmri.implementation Modifier and Type Class Description class
JmriClockPropertyListener
A service class for monitoring a bound property in one of the JMRI Named beans For use with properties having two states which are determined by containment in an interval (e.g.class
JmriMemoryPropertyListener
A service class for monitoring a bound property in one of the JMRI Named beans For use with properties having two states which are determined by equality to a String value (e.g.class
JmriMultiStatePropertyListener
A service base class for monitoring a bound property in one of the JMRI Named beans (Turnout, Sensor, etc).class
JmriTwoStatePropertyListener
A service class for monitoring a bound property in one of the JMRI Named beans (Turnout, Sensor, etc).Fields in jmri.implementation with type parameters of type JmriSimplePropertyListener Modifier and Type Field Description (package private) java.util.ArrayList<JmriSimplePropertyListener>
DefaultLogix. _listeners
-