Interface ActivatedLeaderObservable

All Known Implementing Classes:
PlayerBoard

public interface ActivatedLeaderObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyActivatedLeader​(LeaderUpdate msg)
    Notify the model observers that a leader card has been activated.
  • Method Details

    • notifyActivatedLeader

      void notifyActivatedLeader​(LeaderUpdate msg)
      Notify the model observers that a leader card has been activated. Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a leader card update