Uses of Interface
com.biglybt.pif.utils.PowerManagementListener
Packages that use PowerManagementListener
Package
Description
-
Uses of PowerManagementListener in com.biglybt.core
Methods in com.biglybt.core with parameters of type PowerManagementListenerModifier and TypeMethodDescriptionvoid
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 -
Uses of PowerManagementListener in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type PowerManagementListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteList
<PowerManagementListener> CoreImpl.power_listeners
Methods in com.biglybt.core.impl with parameters of type PowerManagementListenerModifier and TypeMethodDescriptionvoid
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 PowerManagementListenerModifier and TypeMethodDescriptionvoid
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 PowerManagementListenerModifier and TypeMethodDescriptionvoid
UtilitiesImpl.addPowerManagementListener
(PowerManagementListener listener) void
UtilitiesImpl.removePowerManagementListener
(PowerManagementListener listener)