Interface ResizedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResized
(ResizedEvent event) Method called whenever a DrawItem changes size.
-
Method Details
-
onResized
Method called whenever a DrawItem changes size.- Parameters:
event
- the event
-