Package com.github.tommyettinger.textra
Interface TextraField.TextFieldListener
- Enclosing class:
- TextraField
public static interface TextraField.TextFieldListener
Interface for listening to typed characters.
-
Method Summary
Modifier and Type Method Description voidkeyTyped(TextraField textField, char c)
-
Method Details
-
keyTyped
-