public interface HasDrawEndHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDrawEndHandler(DrawEndHandler handler)
Called when we finish drawing for this DrawItem to the
drawPane 's underlying HTML5 <canvas> element. |
fireEvent
HandlerRegistration addDrawEndHandler(DrawEndHandler handler)
drawPane
's underlying HTML5 <canvas> element. Only called if the DrawingType
is DrawingType.BITMAP
.handler
- the drawEnd handlerHandlerRegistration
used to remove this handler