dbrown
Class GallowsView.GameListener

java.lang.Object
  extended by dbrown.GallowsView.GameListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
GallowsView

private class GallowsView.GameListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

Is called by the Hangman game to display the current state of the game when the game is started and whenever a guess is made. repaint calls paintComponent as part of its execution.


Constructor Summary
private GallowsView.GameListener()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GallowsView.GameListener

private GallowsView.GameListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener