Uses of Interface
com.biglybt.core.devices.DeviceManager.UnassociatedDevice
-
Packages that use DeviceManager.UnassociatedDevice Package Description com.biglybt.core.devices com.biglybt.core.devices.impl -
-
Uses of DeviceManager.UnassociatedDevice in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return DeviceManager.UnassociatedDevice Modifier and Type Method Description DeviceManager.UnassociatedDevice[]
DeviceManager. getUnassociatedDevices()
Methods in com.biglybt.core.devices with parameters of type DeviceManager.UnassociatedDevice Modifier and Type Method Description void
DeviceMediaRenderer. associate(DeviceManager.UnassociatedDevice assoc)
-
Uses of DeviceManager.UnassociatedDevice in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl that return DeviceManager.UnassociatedDevice Modifier and Type Method Description DeviceManager.UnassociatedDevice[]
DeviceManagerImpl. getUnassociatedDevices()
DeviceManager.UnassociatedDevice[]
DeviceManagerUPnPImpl. getUnassociatedDevices()
Methods in com.biglybt.core.devices.impl with parameters of type DeviceManager.UnassociatedDevice Modifier and Type Method Description void
DeviceiTunes. associate(DeviceManager.UnassociatedDevice assoc)
void
DeviceUPnPImpl. associate(DeviceManager.UnassociatedDevice assoc)
-