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 TypeMethodDescriptionvoidfocusGained(GuiControl source) voidfocusLost(GuiControl source) voidreshape(GuiControl source, Vector3f pos, Vector3f size)
-
Constructor Details
-
AbstractGuiControlListener
public AbstractGuiControlListener()
-
-
Method Details
-
reshape
- Specified by:
reshapein interfaceGuiControlListener
-
focusGained
- Specified by:
focusGainedin interfaceGuiControlListener
-
focusLost
- Specified by:
focusLostin interfaceGuiControlListener
-