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.


Method Summary
 long getPeriodicScanInterval()
           
 void setPeriodicScanInterval(long intervalMillis)
          Sets the minimum amount of time between SpotterListener.gotMeasurement(Spotter, Measurement) callbacks to listeners.
 

Method Detail

setPeriodicScanInterval

public void setPeriodicScanInterval(long intervalMillis)
Sets the minimum amount of time between SpotterListener.gotMeasurement(Spotter, Measurement) callbacks to listeners.


getPeriodicScanInterval

public long getPeriodicScanInterval()