public interface DrawEndHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onDrawEnd(DrawEndEvent event)
Called when we finish drawing for this DrawItem to the
drawPane 's underlying HTML5 <canvas> element. |
void onDrawEnd(DrawEndEvent event)
drawPane
's underlying HTML5 <canvas> element. Only called if the DrawingType
is DrawingType.BITMAP
.event
- the event