Interface PopupObserver


public interface PopupObserver
Observer interface for monitoring changes to the popup.
  • Method Summary

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

    • onUpdate

      void onUpdate(ChaosGameDescription description)
      Update the observer based on changes to the chaos game description.
      Parameters:
      description - the description this observer is monitoring.