Package com.simsilica.lemur.core
Interface GuiControlListener
- All Known Implementing Classes:
AbstractGuiControlListener,AuthSelectionWindow,NConfirmDialogWindow,NErrorWindow,NHud,Nip07AuthWindow,Nip46AuthWindow,Nip46ChallengeWindow,NLoadingSpinner,NMultiPageList,NQrViewer,NsecAuthWindow,NWindow,ProgressBar.ResizeListener,StoredAuthSelectionWindow
public interface GuiControlListener
Name TBD, listens to the gui control for reshape and
focus lost/gained.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfocusGained(GuiControl source) voidfocusLost(GuiControl source) voidreshape(GuiControl source, Vector3f pos, Vector3f size)
-
Method Details
-
reshape
-
focusGained
-
focusLost
-