Interface MovedHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonMoved(MovedEvent event) Notification method fired when this component is explicitly moved.
- 
Method Details- 
onMovedNotification method fired when this component is explicitly moved. Note that a component's position on the screen may also be changed due to an ancestor being moved. TheparentMoved()method provides a notification entry point to catch that case as well.- Parameters:
- event- the event
 
 
-