jwo.landserf.process.gps.garmin
Interface GarminListener


public interface GarminListener

Listens for the transmission of packets from a Garmin GPS. Listener will receive all packets including ACKs ('acknowledge packets') and NAKs ('not acknowledged packets'). Only malformed packets will not pass through this listener.

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

Method Summary
 void GarminPacketReceived(GarminPacket packet)
          Invoked when a packet received from the GPS.
 

Method Detail

GarminPacketReceived

public void GarminPacketReceived(GarminPacket packet)
Invoked when a packet received from the GPS.

Parameters:
packet - Packet recieved from the GPS.


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005