- All Known Implementing Classes:
ServerController
public interface MoveActionListener
Listens for a legal move action to happen
-
Method Summary
Modifier and Type Method Description voidonMoveAction(java.util.List<Cell> gameBoard)Notifies that a successful move action happened
-
Method Details
-
onMoveAction
Notifies that a successful move action happened- Parameters:
gameBoard- the changed gameBoard as a list of cells
-