|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcourselog.ListenerToGPS
public class ListenerToGPS
Listens to the GPS, update the track if needed and forward values to other elements of the MainApp.
Field Summary | |
---|---|
MainApplication |
myApp
The main courselog application |
Constructor Summary | |
---|---|
ListenerToGPS(MainApplication app)
Creates a new instance of ListenerToGPS for a main application |
Method Summary | |
---|---|
void |
onEvent(ewe.ui.Event ev)
Get Events from the GPS connection |
void |
pauseTracking()
Pause track logging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public MainApplication myApp
Constructor Detail |
---|
public ListenerToGPS(MainApplication app)
Method Detail |
---|
public void onEvent(ewe.ui.Event ev)
onEvent
in interface ewe.ui.EventListener
public void pauseTracking()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |