Package edu.ntnu.stud.chaosgame.view
Interface PopupObserver
public interface PopupObserver
Observer interface for monitoring changes to the popup.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onUpdate
(ChaosGameDescription description) Update the observer based on changes to the chaos game description.
-
Method Details
-
onUpdate
Update the observer based on changes to the chaos game description.- Parameters:
description
- the description this observer is monitoring.
-