Module AM37

Interface AddWorkerListener

All Known Implementing Classes:
ServerController

public interface AddWorkerListener
Listens for workers to be placed on the board
  • Method Summary

    Modifier and Type Method Description
    void onWorkerAdd​(java.util.List<Cell> workerCell)
    Notifies that a worker has been added
  • Method Details

    • onWorkerAdd

      void onWorkerAdd​(java.util.List<Cell> workerCell)
      Notifies that a worker has been added
      Parameters:
      workerCell - the cell containing the newly added worker