Package com.biglybt.pif.utils
Interface PowerManagementListener
-
- All Known Implementing Classes:
DeviceManagerImpl
public interface PowerManagementListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
ST_SLEEP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPowerName()
void
informPowerStateChange(int new_state, java.lang.Object data)
boolean
requestPowerStateChange(int new_state, java.lang.Object data)
-
-
-
Field Detail
-
ST_SLEEP
static final int ST_SLEEP
- See Also:
- Constant Field Values
-
-