com.nutiteq.location.cellid
Interface CellIdDataFeederListener


public interface CellIdDataFeederListener


Method Summary
 void notifyError(WgsPoint pushedLocation)
           
 void pushFailed(WgsPoint pushedLocation, Cell pushedCell)
           
 void pushSuccess(WgsPoint pushedLocation, Cell pushedCell)
           
 

Method Detail

notifyError

void notifyError(WgsPoint pushedLocation)

pushSuccess

void pushSuccess(WgsPoint pushedLocation,
                 Cell pushedCell)

pushFailed

void pushFailed(WgsPoint pushedLocation,
                Cell pushedCell)