public interface IModel2ViewAdapter
The adapter from the model to the view
- Author:
- swong
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayMsg(String msg)Display the given message on the view somewhere
-
Method Details
-
displayMsg
Display the given message on the view somewhere- Parameters:
msg- The message to display
-