|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CellIdService
Interface for defining custom cellid services.
| Method Summary | |
|---|---|
void |
retrieveLocation(java.lang.String cellId,
java.lang.String lac,
java.lang.String mcc,
java.lang.String mnc)
Retrieve location with given cellid information |
void |
setResponseWaiter(CellIdResponseWaiter responseWaiter)
Set object waiting for response from this service |
| Method Detail |
|---|
void setResponseWaiter(CellIdResponseWaiter responseWaiter)
responseWaiter - response waiting object
void retrieveLocation(java.lang.String cellId,
java.lang.String lac,
java.lang.String mcc,
java.lang.String mnc)
cellId - cell id as hex numberlac - location area code as hex numbermcc - mobile country codemnc - mobile network code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||