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 TypeMethodDescriptionvoidfocusGained(FocusChangeEvent event) voidfocusLost(FocusChangeEvent event)
-
Method Details
-
focusGained
-
focusLost
-