Uses of Interface
com.biglybt.core.devices.DeviceManagerListener
-
Packages that use DeviceManagerListener Package Description com.biglybt.core.devices com.biglybt.core.devices.impl com.biglybt.ui.swt.devices -
-
Uses of DeviceManagerListener in com.biglybt.core.devices
Methods in com.biglybt.core.devices with parameters of type DeviceManagerListener Modifier and Type Method Description void
DeviceManager. addListener(DeviceManagerListener listener)
void
DeviceManager. removeListener(DeviceManagerListener listener)
-
Uses of DeviceManagerListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type DeviceManagerListener Modifier and Type Field Description private ListenerManager<DeviceManagerListener>
DeviceManagerImpl. listeners
Methods in com.biglybt.core.devices.impl with parameters of type DeviceManagerListener Modifier and Type Method Description void
DeviceManagerImpl. addListener(DeviceManagerListener listener)
void
DeviceManagerImpl. removeListener(DeviceManagerListener listener)
-
Uses of DeviceManagerListener in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as DeviceManagerListener Modifier and Type Field Description private DeviceManagerListener
DeviceManagerUI. device_manager_listener
private DeviceManagerListener
DeviceManagerUI. device_manager_listener_setupui
private DeviceManagerListener
DeviceManagerUI. deviceManagerListener
-