Package jmri.jmris
Class AbstractThrottleServer.ThrottlePropertyChangeListener
- java.lang.Object
-
- jmri.jmris.AbstractThrottleServer.ThrottlePropertyChangeListener
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- AbstractThrottleServer
static class AbstractThrottleServer.ThrottlePropertyChangeListener extends java.lang.Object implements java.beans.PropertyChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractThrottleServer
clientserver
protected Throttle
throttle
-
Constructor Summary
Constructors Constructor Description ThrottlePropertyChangeListener(AbstractThrottleServer ts, Throttle t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
-
-
-
Field Detail
-
clientserver
protected AbstractThrottleServer clientserver
-
-
Constructor Detail
-
ThrottlePropertyChangeListener
ThrottlePropertyChangeListener(AbstractThrottleServer ts, Throttle t)
-
-
Method Detail
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
-
-