Interface HasResizedHandlers
- 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 TypeMethodDescriptionaddResizedHandler
(ResizedHandler handler) Method called whenever a DrawItem changes size.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addResizedHandler
Method called whenever a DrawItem changes size.- Parameters:
handler
- the resized handler- Returns:
HandlerRegistration
used to remove this handler
-