triptracker.server
Interface CoordListener

All Known Implementing Classes:
MapHandler

public interface CoordListener


Method Summary
 void coordinateBufferUpdate(String[] coords)
          Invoked when a new buffered coordinates is received from a GPS client.
 void coordinateUpdate(Coordinate coord)
          Invoked when a new coordinate is received from a GPS client.
 void stopLogging(GPSHandler gpsHandler)
          Used when a client stops to send coordinates.
 

Method Detail

coordinateUpdate

void coordinateUpdate(Coordinate coord)
Invoked when a new coordinate is received from a GPS client.

Parameters:
coord - new coordinate
handler - the GPS client that sent the coordinate

coordinateBufferUpdate

void coordinateBufferUpdate(String[] coords)
Invoked when a new buffered coordinates is received from a GPS client.

Parameters:
coords - String of buffered coordinates
handler - the GPS client that sent the coordinate

stopLogging

void stopLogging(GPSHandler gpsHandler)
Used when a client stops to send coordinates.



Copyright © 2006 Team Trip Tracker. All Rights Reserved.