fourwin
Class FourGUI.RadioListener
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FourGUI.RadioListener
FourGUI.RadioListener()
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interface ActionListener