es.uv.robotica.gvsig.mobile.gps.listener
Interface GPSProcessedEventsListener


public interface GPSProcessedEventsListener

This interface should be implemented by classes that need to receive GPS processed events

Author:
jgui
See Also:
GPSManager

Method Summary
 void gpsNewPoint()
          Returns a point calculated by the GPS Manager
 void gpsNewVertex()
          Returns a vertex calculated by the GPS Manager
 Waypoint gpsNewWaypoint()
          Returns a waypoint calculated by the GPS Manager
 

Method Detail

gpsNewWaypoint

public Waypoint gpsNewWaypoint()
Returns a waypoint calculated by the GPS Manager

Returns:
a Waypoint

gpsNewPoint

public void gpsNewPoint()
Returns a point calculated by the GPS Manager


gpsNewVertex

public void gpsNewVertex()
Returns a vertex calculated by the GPS Manager