Package com.simsilica.lemur.core
Class AbstractGuiControlListener
java.lang.Object
com.simsilica.lemur.core.AbstractGuiControlListener
- All Implemented Interfaces:
GuiControlListener
- Direct Known Subclasses:
ProgressBar.ResizeListener
Name TBD, base implementation of the GuiControlListener class with
default method implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
focusGained
(GuiControl source) void
focusLost
(GuiControl source) void
reshape
(GuiControl source, Vector3f pos, Vector3f size)
-
Constructor Details
-
AbstractGuiControlListener
public AbstractGuiControlListener()
-
-
Method Details
-
reshape
- Specified by:
reshape
in interfaceGuiControlListener
-
focusGained
- Specified by:
focusGained
in interfaceGuiControlListener
-
focusLost
- Specified by:
focusLost
in interfaceGuiControlListener
-