Package tigase.util.ui.console
Interface ConsoleIfc
-
- All Known Implementing Classes:
SystemConsole
public interface ConsoleIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringreadLine()StringreadLine(String label)char[]readPassword(String label)voidwriteLine(Object obj)voidwriteLine(String format, Object... args)
-