Interface GuiDescription.FocusChangeListener
- Enclosing interface:
GuiDescription
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener for focus change events.
- Since:
- 16.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFocusChanged(@Nullable WWidget from, @Nullable WWidget to) Called when the focused widget changes.
-
Method Details
-
onFocusChanged
-