Uses of Interface
edu.ntnu.idi.idatt.observer.BoardGameObserver
Packages that use BoardGameObserver
Package
Description
-
Uses of BoardGameObserver in edu.ntnu.idi.idatt.controller.common
Classes in edu.ntnu.idi.idatt.controller.common that implement BoardGameObserver -
Uses of BoardGameObserver in edu.ntnu.idi.idatt.controller.laddergame
Classes in edu.ntnu.idi.idatt.controller.laddergame that implement BoardGameObserver -
Uses of BoardGameObserver in edu.ntnu.idi.idatt.controller.ludo
Classes in edu.ntnu.idi.idatt.controller.ludo that implement BoardGameObserver -
Uses of BoardGameObserver in edu.ntnu.idi.idatt.model.game
Fields in edu.ntnu.idi.idatt.model.game with type parameters of type BoardGameObserverMethods in edu.ntnu.idi.idatt.model.game with parameters of type BoardGameObserverModifier and TypeMethodDescriptionvoid
BoardGame.addObserver
(BoardGameObserver observer) Adds an observer to be notified of game events.void
BoardGame.removeObserver
(BoardGameObserver observer) Removes an observer from the list of observers. -
Uses of BoardGameObserver in edu.ntnu.idi.idatt.observer
Methods in edu.ntnu.idi.idatt.observer with parameters of type BoardGameObserverModifier and TypeMethodDescriptionvoid
BoardGameSubject.addObserver
(BoardGameObserver observer) Adds an observer to the subject.void
BoardGameSubject.removeObserver
(BoardGameObserver observer) Removes an observer from the subject.