Interface ChestUpdateObservable

All Known Implementing Classes:
Chest

public interface ChestUpdateObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyChestUpdate​(ChestUpdate msg)
    Notify the model observers that an element has been removed from the chest Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyChestUpdate

      void notifyChestUpdate​(ChestUpdate msg)
      Notify the model observers that an element has been removed from the chest Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a chest update