Interface CardSlotObservable

All Known Implementing Classes:
CardSlots

public interface CardSlotObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyCardSlotUpdate​(CardSlotUpdate msg)
    Notify the model observers that a card has been added to a slot Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyCardSlotUpdate

      void notifyCardSlotUpdate​(CardSlotUpdate msg)
      Notify the model observers that a card has been added to a slot Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a card slot update