Interface ReadlineCompleter

All Known Implementing Classes:
TestCompleter

public interface ReadlineCompleter
Callback interface that implements completion. You've to implement this interface in order to provide completion in your application. The default completion mode of the Readline library would otherwise be simple filename completion.