Uses of Interface
com.biglybt.core.devices.DeviceListener
-
Packages that use DeviceListener Package Description com.biglybt.core.devices com.biglybt.core.devices.impl com.biglybt.ui.swt.devices -
-
Uses of DeviceListener in com.biglybt.core.devices
Methods in com.biglybt.core.devices with parameters of type DeviceListener Modifier and Type Method Description void
Device. addListener(DeviceListener listener)
void
Device. removeListener(DeviceListener listener)
-
Uses of DeviceListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type DeviceListener Modifier and Type Field Description private CopyOnWriteList<DeviceListener>
DeviceImpl. device_listeners
Methods in com.biglybt.core.devices.impl with parameters of type DeviceListener Modifier and Type Method Description void
DeviceImpl. addListener(DeviceListener listener)
void
DeviceImpl. removeListener(DeviceListener listener)
-
Uses of DeviceListener in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement DeviceListener Modifier and Type Class Description class
SBC_DevicesView
-