Uses of Interface
com.biglybt.pif.utils.PowerManagementListener
-
Packages that use PowerManagementListener Package Description com.biglybt.core com.biglybt.core.devices.impl com.biglybt.core.impl com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of PowerManagementListener in com.biglybt.core
Methods in com.biglybt.core with parameters of type PowerManagementListener Modifier and Type Method Description void
Core. addPowerManagementListener(PowerManagementListener listener)
void
Core. removePowerManagementListener(PowerManagementListener listener)
-
Uses of PowerManagementListener in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement PowerManagementListener Modifier and Type Class Description class
DeviceManagerImpl
-
Uses of PowerManagementListener in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type PowerManagementListener Modifier and Type Field Description private CopyOnWriteList<PowerManagementListener>
CoreImpl. power_listeners
Methods in com.biglybt.core.impl with parameters of type PowerManagementListener Modifier and Type Method Description void
CoreImpl. addPowerManagementListener(PowerManagementListener listener)
void
CoreImpl. removePowerManagementListener(PowerManagementListener listener)
-
Uses of PowerManagementListener in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type PowerManagementListener Modifier and Type Method Description void
Utilities. addPowerManagementListener(PowerManagementListener listener)
void
Utilities. removePowerManagementListener(PowerManagementListener listener)
-
Uses of PowerManagementListener in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils with parameters of type PowerManagementListener Modifier and Type Method Description void
UtilitiesImpl. addPowerManagementListener(PowerManagementListener listener)
void
UtilitiesImpl. removePowerManagementListener(PowerManagementListener listener)
-