com.jstatcom.io
Interface RedirectReceiver

All Known Implementing Classes:
LogFrame

public interface RedirectReceiver

Simple interface to be implemented by components that process redirected output from Stdout and Stderr.

Author:
Markus Kraetzig

Method Summary
 void append(java.lang.String s)
          Appends a message.
 void setVisible(boolean show)
          Shows the component implementing this.
 

Method Detail

append

void append(java.lang.String s)
Appends a message.

Parameters:
s - the string to append

setVisible

void setVisible(boolean show)
Shows the component implementing this. Useful for GUI components that might need to be replaced.

Parameters:
show - if true then show, otherwise hide