Interface HasMovedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DrawBlockConnector
,DrawCurve
,DrawDiamond
,DrawGroup
,DrawImage
,DrawItem
,DrawLabel
,DrawLine
,DrawLinePath
,DrawOval
,DrawPath
,DrawPolygon
,DrawRect
,DrawSector
,DrawShape
,DrawTriangle
-
Method Summary
Modifier and TypeMethodDescriptionaddMovedHandler
(MovedHandler handler) Notification method fired when this component is explicitly moved.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addMovedHandler
Notification 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:
handler
- the moved handler- Returns:
HandlerRegistration
used to remove this handler
-