Module hw06

Interface IView2ModelAdapter


public interface IView2ModelAdapter
The view to model adapter
Author:
swong
  • Method Details

    • sendErrorLogMsg

      void sendErrorLogMsg(String msg)
      Send a error message to the model
      Parameters:
      msg - The message to send
    • sendCriticalLogMsg

      void sendCriticalLogMsg(String msg)
      Send a debug message to the model
      Parameters:
      msg - The message to send
    • sendInfoLogMsg

      void sendInfoLogMsg(String msg)
      Send a debug message to the model
      Parameters:
      msg - The message to send
    • sendDebugLogMsg

      void sendDebugLogMsg(String msg)
      Send a debug message to the model
      Parameters:
      msg - The message to send
    • setLogLevel

      void setLogLevel(LogLevel level)
      Set the log level of the model's logger.
      Parameters:
      level - The new minimum log level to use