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 Details

    • notifyForMoveForward

      void notifyForMoveForward()
      Notify the moveForward observers that they have to move their faith marker
    • addToMoveForwardObserverList

      void addToMoveForwardObserverList​(MoveForwardObserver observerToAdd)
      Add an observer to a list of observers
      Parameters:
      observerToAdd - the observer to add