Module hw06

Interface IViewAdapter


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

    Modifier and Type
    Method
    Description
    void
    setLists​(IList... lists)
    Give the view an array of strings to label the different list hosts.
  • Method Details

    • setLists

      void setLists(IList... lists)
      Give the view an array of strings to label the different list hosts. The i'th label corresponds to the i'th list.
      Parameters:
      lists - Array of lists