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 SummaryModifier and TypeMethodDescriptionaddMovedHandler(MovedHandler handler) Notification method fired when this component is explicitly moved.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addMovedHandlerNotification 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:
- HandlerRegistrationused to remove this handler
 
 
-