Package net.sf.saxon.gizmo
Interface Talker
- All Known Implementing Classes:
DefaultTalker
,JLine2Talker
public interface Talker
Interface for a simple line-based question/answer dialog with the user
-
Method Summary
-
Method Details
-
exchange
Send some output to the user and get some input back- Parameters:
out
- output to be sent to the user- Returns:
- the user's response
-
setAutoCompletion
-