Interface ObserverCellule

All Known Implementing Classes:
CellulesVivantes

public interface ObserverCellule
Permet d'obbserver une boucle de jeu
Author:
Yohann Breuil, Allan Point
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update​(Cellule cellule)
    Réaction en cas de notification
  • Method Details

    • update

      void update(Cellule cellule)
      Réaction en cas de notification