package a7;

public interface MoveListener {

	void moveAttempted(ChessMove m);
}
