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