Interface ChaosGameObserver

All Known Implementing Classes:
ChaosGameGui

public interface ChaosGameObserver
Observer interface for monitoring changes to the active.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update the ChaosCanvas.
    void
    Update the observer based on changes to the chaos game.
  • Method Details

    • updateCanvas

      void updateCanvas(ChaosCanvas canvas)
      Update the ChaosCanvas.
      Parameters:
      canvas - the canvas to update with.
    • updateGame

      void updateGame(ChaosGame game)
      Update the observer based on changes to the chaos game.
      Parameters:
      game - the game this observer is monitoring.