|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XPositionDisplayer
Interface for all objects capable to display the current state of a ListenerToGPS object.
| Field Summary | |
|---|---|
static int |
OPT_POSUPDATED
Option bit if current position updated |
static int |
OPT_TRACKUPDATED
Option bit if track is updated |
| Method Summary | |
|---|---|
boolean |
isActive()
Indicator meaning that the displayer should be updated. |
void |
listenerUpdated(int opt,
PositionTracer lG)
Receive the information of the update of the current status. |
void |
setCurrentTrack(TrackRecord tr)
Provide the current track log to the displayer. |
| Field Detail |
|---|
static final int OPT_TRACKUPDATED
static final int OPT_POSUPDATED
| Method Detail |
|---|
boolean isActive()
void listenerUpdated(int opt,
PositionTracer lG)
void setCurrentTrack(TrackRecord tr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||