org.placelab.spotter
Interface PeriodicScannable
- All Known Implementing Classes:
- BluetoothSpotter, RemoteGSMSpotter, WiFiSpotter
- public interface PeriodicScannable
Spotters can implement this interface to allow users to set a minimum
scanning interval for them to use.
setPeriodicScanInterval
public void setPeriodicScanInterval(long intervalMillis)
- Sets the minimum amount of time between
SpotterListener.gotMeasurement(Spotter, Measurement)
callbacks to listeners.
getPeriodicScanInterval
public long getPeriodicScanInterval()