dbrown
Class GameControlView.ForfeitListener

java.lang.Object
  extended by dbrown.GameControlView.ForfeitListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GameControlView

private class GameControlView.ForfeitListener
extends java.lang.Object
implements java.awt.event.ActionListener

Ends the game when the forfeit button is pressed.


Constructor Summary
private GameControlView.ForfeitListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameControlView.ForfeitListener

private GameControlView.ForfeitListener()
Method Detail

actionPerformed

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