Interface Inventory.GUI

Enclosing class:
Inventory

public static interface Inventory.GUI
  • Method Details

    • pocketUpdated

      void pocketUpdated(int id, String name, NavigableMap<InventoryItem,Integer> items)
      Indicate Listeners a pocket has been updated
      Parameters:
      id - (int): id of the updated pocket
      name - (String): name of the updated pocket, not null
      items - (items): copy of the items contained in the pocket, not null