Module hw06

Interface IViewAdapter


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

    Modifier and Type
    Method
    Description
    void
    Request that the view repaint itself.
  • Method Details

    • repaint

      void repaint()
      Request that the view repaint itself.