public interface HasDrawEndHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.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. |
com.google.gwt.event.shared.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