de.cau.cs.kieler.klots.util
Class KlotsRemotePrintConsole

java.lang.Object
  extended by de.cau.cs.kieler.klots.util.KlotsRemotePrintConsole

public class KlotsRemotePrintConsole
extends Object

Rating red

Field Summary
static String ID
           
 
Constructor Summary
KlotsRemotePrintConsole()
           
 
Method Summary
 void clear()
          Clears the klots console.
static KlotsRemotePrintConsole getInstance()
           
 void print(String text)
          Prints to the klots console.
 void println(String text)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

KlotsRemotePrintConsole

public KlotsRemotePrintConsole()
Method Detail

getInstance

public static KlotsRemotePrintConsole getInstance()
Returns:
KlotsConsole

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled -

clear

public void clear()
Clears the klots console.


println

public void println(String text)
Parameters:
text -

print

public void print(String text)
Prints to the klots console.

Parameters:
text - the text