Class GUI.actionlistener

java.lang.Object
  |
  +--GUI.actionlistener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GUI

class GUI.actionlistener
extends java.lang.Object
implements java.awt.event.ActionListener

Eventhandling for the JButton "Beenden" is being capsuled here.

Author: Alexander Lillich, Wini Appl

See Also:
GUI.GUI(Player#[] player)

Constructor Summary
(package private) GUI.actionlistener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GUI.actionlistener

GUI.actionlistener()
Method Detail

actionPerformed

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