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 AbstractLightServerServiceHandler. getLightServer()Methods in jmri.jmris with parameters of type AbstractLightServer Modifier and Type Method Description voidServiceHandler. setLightServer(AbstractLightServer ls) -
Uses of AbstractLightServer in jmri.jmris.simpleserver
Subclasses of AbstractLightServer in jmri.jmris.simpleserver Modifier and Type Class Description classSimpleLightServerSimple Server interface between the JMRI light manager and a network connection
-