dbrown
Class TextView.GameListener

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

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

Is called by the Hangman model to display the current state of the model when the model is started and whenever a guess is made.


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

TextView.GameListener

private TextView.GameListener()
Method Detail

propertyChange

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