Uses of Class
jmri.jmris.AbstractThrottleServer
-
Packages that use AbstractThrottleServer Package Description jmri.jmris Server implementation for the JMRI interfaces.jmri.jmris.srcp Contains a SRCP protocol parser to be built with the Java Compiler Compiler (JavaCC). -
-
Uses of AbstractThrottleServer in jmri.jmris
Fields in jmri.jmris declared as AbstractThrottleServer Modifier and Type Field Description protected AbstractThrottleServer
AbstractThrottleServer.ThrottlePropertyChangeListener. clientserver
Methods in jmri.jmris that return AbstractThrottleServer Modifier and Type Method Description AbstractThrottleServer
ServiceHandler. getThrottleServer()
Methods in jmri.jmris with parameters of type AbstractThrottleServer Modifier and Type Method Description void
ServiceHandler. setThrottleServer(AbstractThrottleServer ts)
Constructors in jmri.jmris with parameters of type AbstractThrottleServer Constructor Description ThrottlePropertyChangeListener(AbstractThrottleServer ts, Throttle t)
-
Uses of AbstractThrottleServer in jmri.jmris.srcp
Subclasses of AbstractThrottleServer in jmri.jmris.srcp Modifier and Type Class Description class
JmriSRCPThrottleServer
Interface between the JMRI Throttles and an SRCP network connection
-