com.smartgwt.client.widgets.drawing.events
Interface HasMovedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DrawBlockConnector, DrawCurve, DrawGroup, DrawImage, DrawItem, DrawLabel, DrawLine, DrawLinePath, DrawOval, DrawPath, DrawPolygon, DrawRect, DrawSector, DrawTriangle

public interface HasMovedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addMovedHandler(MovedHandler handler)
          Notification method fired when this component is explicitly moved.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addMovedHandler

HandlerRegistration addMovedHandler(MovedHandler handler)
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. The parentMoved method provides a notification entry point to catch that case as well.

Parameters:
handler - the moved handler
Returns:
HandlerRegistration used to remove this handler