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