Package com.simsilica.lemur.core
Interface GuiControlListener
- All Known Implementing Classes:
AbstractGuiControlListener
,AuthSelectionWindow
,NConfirmDialogWindow
,NErrorWindow
,NHud
,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 TypeMethodDescriptionvoid
focusGained
(GuiControl source) void
focusLost
(GuiControl source) void
reshape
(GuiControl source, Vector3f pos, Vector3f size)
-
Method Details
-
reshape
-
focusGained
-
focusLost
-