Module AM37

Interface WalkableCellsListener

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

      void onWalkableCells​(java.lang.String name, java.util.List<Cell> walkableCells)
      Notifies that there are walkable cells
      Parameters:
      name - the user to notify
      walkableCells - the walkable cells