Jadex 0.96

jadex.examples.puzzle.mobile
Class BoardListener

java.lang.Object
  extended by jadex.examples.puzzle.mobile.BoardListener
All Implemented Interfaces:
PropertyChangeListener, Serializable, EventListener

public class BoardListener
extends Object
implements PropertyChangeListener, Serializable

Listener to update the gui after each move.

See Also:
Serialized Form

Constructor Summary
BoardListener(IBoard board, BoardPanel panel)
          Create a new BoardListener.
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
          Update panel after move.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoardListener

public BoardListener(IBoard board,
                     BoardPanel panel)
Create a new BoardListener.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Update panel after move.

Specified by:
propertyChange in interface PropertyChangeListener

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.