Uses of Class
jmri.jmrit.withrottle.DeviceServer
Packages that use DeviceServer
-
Uses of DeviceServer in jmri.jmrit.withrottle
Fields in jmri.jmrit.withrottle with type parameters of type DeviceServerModifier and TypeFieldDescription(package private) ArrayList<DeviceServer>WiThrottlesListModel.deviceListMethods in jmri.jmrit.withrottle that return types with arguments of type DeviceServerMethods in jmri.jmrit.withrottle with parameters of type DeviceServerModifier and TypeMethodDescription(package private) abstract voidAbstractController.handleMessage(String message, DeviceServer deviceServer) Break down a message and use it.(package private) voidConsistController.handleMessage(String message, DeviceServer deviceServer) (package private) voidFastClockController.handleMessage(String message, DeviceServer deviceServer) (package private) voidRouteController.handleMessage(String message, DeviceServer deviceServer) parse and process a route command messagevoidTrackPowerController.handleMessage(String message, DeviceServer deviceServer) (package private) voidTurnoutController.handleMessage(String message, DeviceServer deviceServer) parse and process a turnout command messagevoidDeviceListener.notifyDeviceAddressChanged(DeviceServer device) A device has changed its address.voidFacelessServer.notifyDeviceAddressChanged(DeviceServer device) voidUserInterface.notifyDeviceAddressChanged(DeviceServer device) voidDeviceListener.notifyDeviceConnected(DeviceServer device) A new device has connected.voidFacelessServer.notifyDeviceConnected(DeviceServer device) voidUserInterface.notifyDeviceConnected(DeviceServer device) voidDeviceListener.notifyDeviceDisconnected(DeviceServer device) A device has quit and needs to be removed.voidFacelessServer.notifyDeviceDisconnected(DeviceServer device) voidUserInterface.notifyDeviceDisconnected(DeviceServer device) voidDeviceListener.notifyDeviceInfoChanged(DeviceServer device) Some info (name, UDID) about the device has changed.voidFacelessServer.notifyDeviceInfoChanged(DeviceServer device) Received an UDID, filter out any duplicate.voidUserInterface.notifyDeviceInfoChanged(DeviceServer device) Received an UDID, update the device listMethod parameters in jmri.jmrit.withrottle with type arguments of type DeviceServerModifier and TypeMethodDescriptionvoidWiThrottlesListModel.updateDeviceList(ArrayList<DeviceServer> deviceList) Constructor parameters in jmri.jmrit.withrottle with type arguments of type DeviceServerModifierConstructorDescription(package private)WiThrottlesListModel(ArrayList<DeviceServer> deviceList)