Interface WarehouseUpdateObservable

All Known Implementing Classes:
Warehouse

public interface WarehouseUpdateObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyWarehouseUpdate​(WarehouseUpdate msg)
    Notify the model observers that Warehouse state has changed Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyWarehouseUpdate

      void notifyWarehouseUpdate​(WarehouseUpdate msg)
      Notify the model observers that Warehouse state has changed Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a warehouse update