Interface LeaderDiscardObservable

All Known Implementing Classes:
PlayerBoard

public interface LeaderDiscardObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyLeaderDiscard​(LeaderUpdate msg)
    Notify the model observers that a leader card has been discarded Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyLeaderDiscard

      void notifyLeaderDiscard​(LeaderUpdate msg)
      Notify the model observers that a leader card has been discarded 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