com.jstatcom.component
Interface OutHolder

All Known Implementing Classes:
ResultField, SystemOutHolder

public interface OutHolder

Interface to be implemented by components that assemble text output.

Author:
Markus Kraetzig

Method Summary
 void append(java.lang.String out)
          Appends the output string to this output assembler.
 void clear()
          Removes any content that has been previously appended.
 

Method Detail

append

void append(java.lang.String out)
Appends the output string to this output assembler.

Parameters:
out - the string to append

clear

void clear()
Removes any content that has been previously appended.