dbrown
Class GameControlView.WinListener

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

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

Displays a message when the game is won.


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

GameControlView.WinListener

private GameControlView.WinListener()
Method Detail

propertyChange

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