|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordListener
Method Summary | |
---|---|
void |
coordinateBufferUpdate(String[] coords)
Invoked when a new buffered coordinates is received from a GPS client. |
void |
coordinateUpdate(Coordinate coord)
Invoked when a new coordinate is received from a GPS client. |
void |
stopLogging(GPSHandler gpsHandler)
Used when a client stops to send coordinates. |
Method Detail |
---|
void coordinateUpdate(Coordinate coord)
coord
- new coordinatehandler
- the GPS client that sent the coordinatevoid coordinateBufferUpdate(String[] coords)
coords
- String of buffered coordinateshandler
- the GPS client that sent the coordinatevoid stopLogging(GPSHandler gpsHandler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |