public interface IPaintListener
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
finishedPainting()
Called when the renderer has finished painting.
|
void |
startPainting()
Called when the renderer starts painting.
|