public interface IHuffViewer
| Modifier and Type | Method and Description |
|---|---|
void |
setModel(IHuffProcessor model)
Associates this view with the given model.
|
void |
showError(String s)
Show a message indicating an error;
|
void |
showMessage(String s)
Display a text message in the view,
thus a modeless message the user can ignore.
|
void |
update(String s)
To be called by model/client code to display strings in the View.
|
void setModel(IHuffProcessor model)
model - is the model for this viewvoid update(String s)
s - is string to be displayedvoid showMessage(String s)
s - is the message displayedvoid showError(String s)
s - is the error-message displayed