upidiff.gui
Class UpidiffGUI.ActionAdapter

java.lang.Object
  |
  +--upidiff.gui.UpidiffGUI.ActionAdapter
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
UpidiffGUI

class UpidiffGUI.ActionAdapter
extends Object
implements ActionListener

This inner class models the Actionlistener for this GUI.

Author:
bmeurer

Field Summary
private  UpidiffGUI parent
          Reference to the parent GUI
 
Constructor Summary
(package private) UpidiffGUI.ActionAdapter(UpidiffGUI parent)
          Constructs a new object of this class
 
Method Summary
 void actionPerformed(ActionEvent e)
          Method to handel the performed action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

private UpidiffGUI parent
Reference to the parent GUI

Constructor Detail

UpidiffGUI.ActionAdapter

UpidiffGUI.ActionAdapter(UpidiffGUI parent)
Constructs a new object of this class

Parameters:
parent - Reference to the parent GUI
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Method to handel the performed action

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - The occured ActionEvents