Package com.iizix
Interface IPrintAdapter
- All Known Implementing Classes:
- ClientBuilder
public interface IPrintAdapter
Very small print output redirector.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- static final IPrintAdapterThe default print adapter that outputs to System.out.
- Method Summary
- Field Details- DEFAULTThe default print adapter that outputs to System.out.
 
- Method Details- printlnPrints without new line.- Parameters:
- s- The String.
 
- printPrints without new line.- Parameters:
- s- The String.
 
- printlnvoid println()Performs a new line.