provided.client.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!
 void setRemoteHost(java.lang.String hostAddress)
          Sets the displayed remote host address.
 

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

setRemoteHost

void setRemoteHost(java.lang.String hostAddress)
Sets the displayed remote host address.

Parameters:
hostAddress - The IP address or host name of the remote host.