public static interface WifiScanner.WifiChangeListener extends WifiScanner.ActionListener
WifiScanner.startTrackingWifiChange(android.net.wifi.WifiScanner.WifiChangeListener)
Modifier and Type | Method and Description |
---|---|
void |
onChanging(ScanResult[] results)
indicates that changes were detected in wifi environment
|
void |
onQuiescence(ScanResult[] results)
indicates that no wifi changes are being detected for a while
|
onFailure, onSuccess
void onChanging(ScanResult[] results)
results
- indicate the access points that exhibited changevoid onQuiescence(ScanResult[] results)
results
- indicate the access points that are bing monitored for change