upidiff.gui
Class AboutDialogGuiListener

java.lang.Object
  |
  +--upidiff.gui.AboutDialogGuiListener
All Implemented Interfaces:
ActionListener, EventListener

class AboutDialogGuiListener
extends Object
implements ActionListener

This subclass implements an ActionListener for the mainclass

Author:
Kasbar Sulieman

Field Summary
(package private)  AboutDialogGUI adaptee
           
 
Constructor Summary
(package private) AboutDialogGuiListener(AboutDialogGUI adaptee)
          This methode constructs a new ActionListenerObject
 
Method Summary
 void actionPerformed(ActionEvent e)
          Method that handels a preformed click on the ok Button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

AboutDialogGUI adaptee
Constructor Detail

AboutDialogGuiListener

AboutDialogGuiListener(AboutDialogGUI adaptee)
This methode constructs a new ActionListenerObject

Parameters:
adaptee - a referenze of the parent object.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Method that handels a preformed click on the ok Button

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