Module hw06

Interface IModel2ViewAdapter


public interface IModel2ViewAdapter
The adapter from the model to the view
Author:
swong
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Display the given message on the view somewhere
  • Method Details

    • displayMsg

      void displayMsg(String msg)
      Display the given message on the view somewhere
      Parameters:
      msg - The message to display