Package net.sf.saxon.gizmo
Interface Talker
-
- All Known Implementing Classes:
DefaultTalker,JLine2Talker
public interface TalkerInterface for a simple line-based question/answer dialog with the user
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Stringexchange(String out)Send some output to the user and get some input backdefault voidsetAutoCompletion(List<String> candidates)
-