-
- All Known Implementing Classes:
SimpleMaskingCallback
public interface MaskingCallback
Callback used to mask parts of the line
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
display(String line)
Transforms the line before it is displayed so that some parts can be hidden.String
history(String line)
Transforms the line before storing in the history.
-