Uses of Interface
jmri.jmrit.withrottle.DeviceListener
Packages that use DeviceListener
-
Uses of DeviceListener in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement DeviceListenerModifier and TypeClassDescriptionclassCopied from UserInterface, but with the UI stuff removed.classUserInterface.java Create a window for WiThrottle information and and create a FacelessServer thread to handle jmdns and device requestsMethods in jmri.jmrit.withrottle with parameters of type DeviceListenerModifier and TypeMethodDescriptionvoidDeviceManager.addDeviceListener(DeviceListener dl) Add a device listener that will be added for each new device connectionvoidDeviceServer.addDeviceListener(DeviceListener l) Add a DeviceListenervoidFacelessServer.addDeviceListener(DeviceListener dl) Add a device listener that will be added for each new device connectionvoidDeviceManager.removeDeviceListener(DeviceListener dl) Remove a device listener from the list that will be added for each new device connectionvoidDeviceServer.removeDeviceListener(DeviceListener l) Remove a DeviceListenervoidFacelessServer.removeDeviceListener(DeviceListener dl) Remove a device listener from the list that will be added for each new device connection