dbrown
Class TextView.WinListener

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

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

Displays a message when the game is won.


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

private TextView.WinListener()
Method Detail

propertyChange

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