dk.itu.haas.GPS
Interface ITransferListener

All Known Subinterfaces:
IWaypointListener

public interface ITransferListener

The methods in this interface are used whenever the GPS should transfer a series of data.


Method Summary
 void transferComplete()
          This method is called when the transfer is complete.
 void transferStarted(int number)
          This method is called when a transfer is initiated.
 

Method Detail

transferStarted

public void transferStarted(int number)
This method is called when a transfer is initiated.
Number is the amount of data that will be transferred, ie. the amount of waypoints. If it's not possible to tell how much data that will be transferred, number will be -1.


transferComplete

public void transferComplete()
This method is called when the transfer is complete.