Interface ActionEvent
- All Superinterfaces:
Action, Consumer<InputProcessor>
- All Known Subinterfaces:
SearchAction
- All Known Implementing Classes:
Complete, ForwardSearchHistory, ReverseSearchHistory
An action that can receive input events and maintain focus state.
- Author:
- Ståle W. Pedersen
-
Method Summary
-
Method Details
-
input
-
keepFocus
boolean keepFocus()Returns whether this action event should retain focus after processing.- Returns:
- true if this event should keep focus
-