Interface MarketUpdateObservable

All Known Implementing Classes:
Market

public interface MarketUpdateObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyMarketUpdate​(MarketUpdate msg)
    Notify the model observers that a market row or column has been pushed Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyMarketUpdate

      void notifyMarketUpdate​(MarketUpdate msg)
      Notify the model observers that a market row or column has been pushed Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a market update