Interface LabelWidthChangeEventListener
- All Superinterfaces:
EventListener<LabelWidthChangeEvent>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(LabelWidthChangeEvent event) Used to handleLabelWidthChangeEventevent.
-
Method Details
-
process
Used to handleLabelWidthChangeEventevent.- Specified by:
processin interfaceEventListener<LabelWidthChangeEvent>- Parameters:
event- event to handle.
-