Class UpdateLabelWidthListener
java.lang.Object
com.spinyowl.legui.component.misc.listener.label.UpdateLabelWidthListener
- All Implemented Interfaces:
EventListener<LabelWidthChangeEvent>
public class UpdateLabelWidthListener
extends Object
implements EventListener<LabelWidthChangeEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(LabelWidthChangeEvent event) Used to handleLabelContentChangeEventevent.
-
Constructor Details
-
UpdateLabelWidthListener
public UpdateLabelWidthListener()
-
-
Method Details
-
process
Used to handleLabelContentChangeEventevent.- Specified by:
processin interfaceEventListener<LabelWidthChangeEvent>- Parameters:
event- event to handle.
-