net.pacbell.jfai.toh.util
Interface IChangeStatus

All Known Implementing Classes:
BufferedValue, TowerOfHanoiEditor

public interface IChangeStatus

Allows checking if changes are pending.

Author:
Jürgen Failenschmid

Method Summary
 boolean isChanged()
          Checks for pending changes.
 

Method Detail

isChanged

boolean isChanged()
Checks for pending changes.

Returns:
Are there any pending changes?