org.placelab.spotter
Interface ScanOnceListener

All Superinterfaces:
SpotterListener
All Known Implementing Classes:
BluetoothGPSSpotterMidlet, BluetoothSpotterMidlet

public interface ScanOnceListener
extends SpotterListener

SpotterListeners that also implement this interface will be notified when the background operation for Spotter.scanOnce() concludes.


Method Summary
 void endOfScan(Spotter sender)
          Sent when a Spotter doing scanOnce concludes its operation.
 
Methods inherited from interface org.placelab.spotter.SpotterListener
gotMeasurement, spotterExceptionThrown
 

Method Detail

endOfScan

public void endOfScan(Spotter sender)
Sent when a Spotter doing scanOnce concludes its operation.

Parameters:
sender - the Spotter that has concluded its scanOnce operation
See Also:
Spotter.scanOnce(), Spotter.scanOnce(EventSystem)