Uses of Interface
com.biglybt.core.devices.DeviceListener
Packages that use DeviceListener
Package
Description
-
Uses of DeviceListener in com.biglybt.core.devices
Methods in com.biglybt.core.devices with parameters of type DeviceListenerModifier and TypeMethodDescriptionvoid
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 DeviceListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList
<DeviceListener> DeviceImpl.device_listeners
Methods in com.biglybt.core.devices.impl with parameters of type DeviceListenerModifier and TypeMethodDescriptionvoid
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