package a8;

public interface MoveListener {

	void moveAttempted(ChessMove m) throws WrongTurn;
}
