org.eclipse.etrice.generator.base
Class StdLineOutput

java.lang.Object
  extended by org.eclipse.etrice.generator.base.StdLineOutput
All Implemented Interfaces:
ILineOutput

public class StdLineOutput
extends java.lang.Object
implements ILineOutput

A line output that prints to System.out

Author:
Henrik Rentz-Reichert

Constructor Summary
StdLineOutput()
           
 
Method Summary
 void println(java.lang.String txt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdLineOutput

public StdLineOutput()
Method Detail

println

public void println(java.lang.String txt)
Specified by:
println in interface ILineOutput