Interface TempChestObservable

All Known Implementing Classes:
Chest

public interface TempChestObservable
  • Method Summary

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

    • notifyTempChestChange

      void notifyTempChestChange​(ChestUpdate msg)
      Notify the model observers that an element has been added to the temporary 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