Interface ParentMovedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonParentMoved(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
 
 -