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