Package org.meteoinfo.console
Interface ConsoleInterface
-
- All Known Subinterfaces:
GUIConsoleInterface
- All Known Implementing Classes:
JConsole
public interface ConsoleInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(java.lang.Object paramObject)java.io.PrintStreamgetErr()java.io.ReadergetIn()java.io.PrintStreamgetOut()voidprint(java.lang.Object paramObject)voidprintln(java.lang.Object paramObject)
-