Package com.simsilica.lemur.focus
Interface FocusChangeListener
- All Known Implementing Classes:
Button.FocusObserver
,Spinner.FocusObserver
,TextFieldValueEditor.FocusObserver
public interface FocusChangeListener
Receives notifications about focus changes to a GuiControl.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
focusGained
(FocusChangeEvent event) void
focusLost
(FocusChangeEvent event)
-
Method Details
-
focusGained
-
focusLost
-