Uses of Interface
com.scriptel.proscript.DeviceNotificationListener
-
Packages that use DeviceNotificationListener Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of DeviceNotificationListener in com.scriptel.proscript
Methods in com.scriptel.proscript with parameters of type DeviceNotificationListener Modifier and Type Method Description static void
DeviceManager. registerDeviceListener(DeviceNotificationListener listener)
This method registers a new device listener for added and removed devices.static void
DeviceManager. registerDeviceListener(DeviceNotificationListener listener, boolean sendCached)
This method registers a new device listener for added and removed devices.static void
DeviceManager. unregisterDeviceListener(DeviceNotificationListener listener)
This method unregisters a device listener.
-