Interface ParentMovedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onParentMoved
(ParentMovedEvent event) Notification method fired when an ancestor of this component's position changes.
-
Method Details
-
onParentMoved
Notification method fired when an ancestor of this component's position changes.- Parameters:
event
- the event
-