jwo.landserf.process.gps
Interface GPSWaypointListener

All Superinterfaces:
GPSTransferListener
All Known Implementing Classes:
ConnectionTest, GPSImportBox

public interface GPSWaypointListener
extends GPSTransferListener

Used for notification of GPS waypoint transfers.

Version:
2.1, 14th June, 2004
Author:
Jo Wood, based on the design by Henrik Sorensen (haas@itu.dk).

Method Summary
 void waypointReceived(GPSWaypoint wp)
          Indicates that a GPS waypoint has been transmitted and received.
 
Methods inherited from interface jwo.landserf.process.gps.GPSTransferListener
transferComplete, transferStarted
 

Method Detail

waypointReceived

public void waypointReceived(GPSWaypoint wp)
Indicates that a GPS waypoint has been transmitted and received.

Parameters:
wp - The waypoint being tranmitted.


Copyright Jo Wood, 1996-2004, last modified, 3rd September, 2004