location.generators
Class FakeGPSgui.FakeGPSguiActionListener

java.lang.Object
  extended bylocation.generators.FakeGPSgui.FakeGPSguiActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
FakeGPSgui

private class FakeGPSgui.FakeGPSguiActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Defines what occurs when the user hits a button.


Constructor Summary
FakeGPSgui.FakeGPSguiActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeGPSgui.FakeGPSguiActionListener

public FakeGPSgui.FakeGPSguiActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener