Uses of Class
jmri.jmris.AbstractLightServer
-
Packages that use AbstractLightServer Package Description jmri.jmris Server implementation for the JMRI interfaces.jmri.jmris.simpleserver -
-
Uses of AbstractLightServer in jmri.jmris
Methods in jmri.jmris that return AbstractLightServer Modifier and Type Method Description AbstractLightServer
ServiceHandler. getLightServer()
Methods in jmri.jmris with parameters of type AbstractLightServer Modifier and Type Method Description void
ServiceHandler. setLightServer(AbstractLightServer ls)
-
Uses of AbstractLightServer in jmri.jmris.simpleserver
Subclasses of AbstractLightServer in jmri.jmris.simpleserver Modifier and Type Class Description class
SimpleLightServer
Simple Server interface between the JMRI light manager and a network connection
-