Interface DevDeckUpdateObservable

All Known Implementing Classes:
DevelopCardDeck

public interface DevDeckUpdateObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyDeckUpdate​(DevelopCardDeckUpdate msg)
    Notify the model observers that a card has been drawn from the deck Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyDeckUpdate

      void notifyDeckUpdate​(DevelopCardDeckUpdate msg)
      Notify the model observers that a card has been drawn 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