Uses of Interface
edu.ntnu.stud.chaosgame.view.GuiButtonObserver
Packages that use GuiButtonObserver
-
Uses of GuiButtonObserver in edu.ntnu.stud.chaosgame.controller.game
Fields in edu.ntnu.stud.chaosgame.controller.game with type parameters of type GuiButtonObserverModifier and TypeFieldDescriptionprivate final List
<GuiButtonObserver> GuiButtonController.observers
The list of observers.Methods in edu.ntnu.stud.chaosgame.controller.game with parameters of type GuiButtonObserverModifier and TypeMethodDescriptionvoid
GuiButtonController.addObserver
(GuiButtonObserver observer) Adds an observer to the list of observers. -
Uses of GuiButtonObserver in edu.ntnu.stud.chaosgame.view
Classes in edu.ntnu.stud.chaosgame.view that implement GuiButtonObserverModifier and TypeClassDescriptionclass
Class representing the GUI for a ChaosGame, implementing a ChaosGameObserver interface to receive updates from the ChaosGame.