provided.engine.model
Interface IViewAdapter


public interface IViewAdapter

Adapter the model uses to communicate to the view


Method Summary
 void append(java.lang.String s)
          Appends the string to the end of the text display on the view The view does NOT automatically add a linefeed to the end of the string!
 

Method Detail

append

void append(java.lang.String s)
Appends the string to the end of the text display on the view The view does NOT automatically add a linefeed to the end of the string!

Parameters:
s - The String to append