triptracker.client.net
Interface GPSSocketListener

All Superinterfaces:
SocketListener
All Known Implementing Classes:
GPSSocketAdapter, LoginForm, MainForm, MainFormController, RoutesForm

public interface GPSSocketListener
extends SocketListener


Method Summary
 void routeCreated(int routeId)
          Invoked when a route creation confirmation is received.
 void routeList(List<Route> routes)
          Invoked when a list of routes is received.
 
Methods inherited from interface triptracker.client.net.SocketListener
connectionUpdate, invalidMessage, socketError
 

Method Detail

routeList

void routeList(List<Route> routes)
Invoked when a list of routes is received.

Parameters:
routes - list of routes

routeCreated

void routeCreated(int routeId)
Invoked when a route creation confirmation is received.

Parameters:
routeId - ID of new route


Copyright © 2006 Team Trip Tracker. All Rights Reserved.