Package org.beryx.textio
Interface TerminalProperties.ChangeListener<TT extends TextTerminal<TT>,V>
-
- Enclosing class:
- TerminalProperties<T extends TextTerminal<T>>
public static interface TerminalProperties.ChangeListener<TT extends TextTerminal<TT>,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed(TT textTerminal, V newVal)
-