Package it.polimi.ingsw.model
Interface MoveForwardObservable
- All Known Implementing Classes:
PlayerBoard
public interface MoveForwardObservable
It's used together with
MoveForwardObserver to notify
a track that have to move their faith marker-
Method Summary
Modifier and Type Method Description voidaddToMoveForwardObserverList(MoveForwardObserver observerToAdd)Add an observer to a list of observersvoidnotifyForMoveForward()Notify the moveForward observers that they have to move their faith marker
-
Method Details
-
notifyForMoveForward
void notifyForMoveForward()Notify the moveForward observers that they have to move their faith marker -
addToMoveForwardObserverList
Add an observer to a list of observers- Parameters:
observerToAdd- the observer to add
-