dbrown
Class PhraseView.GameListener

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

private class PhraseView.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.


Constructor Summary
private PhraseView.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

PhraseView.GameListener

private PhraseView.GameListener()
Method Detail

propertyChange

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