public interface IView2ModelAdapter
The view to model adapter
- Author:
- swong
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendCriticalLogMsg(String msg)
Send a debug message to the modelvoid
sendDebugLogMsg(String msg)
Send a debug message to the modelvoid
sendErrorLogMsg(String msg)
Send a error message to the modelvoid
sendInfoLogMsg(String msg)
Send a debug message to the modelvoid
setLogLevel(LogLevel level)
Set the log level of the model's logger.
-
Method Details
-
sendErrorLogMsg
Send a error message to the model- Parameters:
msg
- The message to send
-
sendCriticalLogMsg
Send a debug message to the model- Parameters:
msg
- The message to send
-
sendInfoLogMsg
Send a debug message to the model- Parameters:
msg
- The message to send
-
sendDebugLogMsg
Send a debug message to the model- Parameters:
msg
- The message to send
-
setLogLevel
Set the log level of the model's logger.- Parameters:
level
- The new minimum log level to use
-