|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSlistener
This interface is used to receive notification each time the GPS transmits one of the common data, ie. position, time and date.
| Method Summary | |
|---|---|
void |
dateReceived(IDate d)
Invoked when the GPS transmits date-data. |
void |
positionReceived(IPosition pos)
Invoked when the GPS transmits position-data. |
void |
timeReceived(ITime t)
Invoked when the GPS transmits time-data. |
| Method Detail |
|---|
void timeReceived(ITime t)
t - DOCUMENT ME!void dateReceived(IDate d)
d - DOCUMENT ME!void positionReceived(IPosition pos)
pos - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||