org.alliance.launchers.console
Class Console

java.lang.Object
  extended by org.alliance.launchers.console.Console

public class Console
extends java.lang.Object

Created by IntelliJ IDEA. User: maciek Date: 2006-jan-07 Time: 16:32:01 To change this template use File | Settings | File Templates.


Nested Class Summary
static interface Console.Printer
           
 
Constructor Summary
Console(CoreSubsystem core)
           
 
Method Summary
 void handleLine(java.lang.String line)
           
 void setPrinter(Console.Printer printer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console(CoreSubsystem core)
Method Detail

setPrinter

public void setPrinter(Console.Printer printer)

handleLine

public void handleLine(java.lang.String line)
                throws java.lang.Exception
Throws:
java.lang.Exception