com.nutiteq.location.cellid
Interface CellIdResponseWaiter

All Known Implementing Classes:
CellIdLocationProvider, MotorolaCellIdLocationProvider, SonyEricssonCellIdLocationProvider

public interface CellIdResponseWaiter

Interface for classes waiting location information from CellIdService


Method Summary
 void cantLocate()
           
 void locationRetrieved(WgsPoint wgsPoint)
           
 void notifyError()
           
 

Method Detail

notifyError

void notifyError()

cantLocate

void cantLocate()

locationRetrieved

void locationRetrieved(WgsPoint wgsPoint)