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

public interface HasMovedHandlers extends HasHandlers
  • Method Details

    • 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 be 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