Module AM37

Interface BuildableCellsListener

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

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