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