- All Known Implementing Classes:
ServerController
public interface BuildableCellsListener
Listens for a successful buildable cells request
-
Method Summary
Modifier and Type Method Description void
onBuildableCell(java.lang.String name, java.util.List<Cell> buildableCells)
Notifies that there are buildable cells
-
Method Details
-
onBuildableCell
Notifies that there are buildable cells- Parameters:
name
- the user to notifybuildableCells
- the buildable cells
-