triptracker.client.gps.ui
Class GPSController
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPSController
public GPSController(GPSClientModel model,
GPSGui view)
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.