triptracker.client.gps.ui
Class GPSController

java.lang.Object
  extended by triptracker.client.gps.ui.GPSController
All Implemented Interfaces:
ActionListener, EventListener

public class GPSController
extends Object
implements ActionListener

Map client controller for Model View Controller (MVC) separation.


Constructor Summary
GPSController(GPSClientModel model, GPSGui view)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          Handles actions from the view.
 void chooseDefaultPort()
          Set a default port, should be called in the constructor of the controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSController

public GPSController(GPSClientModel model,
                     GPSGui view)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Handles actions from the view.

Specified by:
actionPerformed in interface ActionListener

chooseDefaultPort

public void chooseDefaultPort()
Set a default port, should be called in the constructor of the controller.



Copyright © 2006 Team Trip Tracker. All Rights Reserved.