fourwin
Class FourGUI.RadioListener

java.lang.Object
  extended by fourwin.FourGUI.RadioListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
FourGUI

 class FourGUI.RadioListener
extends Object
implements ActionListener

This private class is a standard RadioListener which reacts on radiobutton-events, as we have in this case four standard radiobuttons to decide which player is allowed to begin.


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

Constructor Detail

FourGUI.RadioListener

FourGUI.RadioListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Specified by:
actionPerformed in interface ActionListener