public interface DrawEndHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | onDrawEnd(DrawEndEvent event)Called after we finish drawing to the underlying HTML5 <canvas> element of a DrawPane, after the last  DrawItemhas been drawn. | 
void onDrawEnd(DrawEndEvent event)
DrawItem has been drawn.  Only called if the DrawingType is  DrawingType.BITMAP.event - the event