dk.itu.haas.GPS.Garmin
Interface GarminListener


public interface GarminListener

This interface should be implemented by classes that are interested in getting all the Garmin-packets transmitted by a Garmin-GPS. Listener's will receive all packets including ACKs and NAKs. Only exception are malformed packets.


Method Summary
 void GarminPacketReceived(GarminPacket p)
          This method will be called for each packet received from the GPS.
 

Method Detail

GarminPacketReceived

public void GarminPacketReceived(GarminPacket p)
This method will be called for each packet received from the GPS.