Interface LorenzoDevDeckObservable

All Known Implementing Classes:
DevelopCardDeck

public interface LorenzoDevDeckObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyLorenzoDeckUpdate​(DevelopCardDeckUpdate msg)
    Notify the model observers that lorenzo drew cards from the deck Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyLorenzoDeckUpdate

      void notifyLorenzoDeckUpdate​(DevelopCardDeckUpdate msg)
      Notify the model observers that lorenzo drew cards from the deck Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a develop card deck update