public interface HasDrawEndHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDrawEndHandler(DrawEndHandler handler)
Called after we finish drawing to the underlying HTML5 <canvas> element of a DrawPane, after the last
DrawItem has been drawn. |
fireEvent
HandlerRegistration addDrawEndHandler(DrawEndHandler handler)
DrawItem
has been drawn. Only called if the DrawingType
is DrawingType.BITMAP
.handler
- the drawEnd handlerHandlerRegistration
used to remove this handler