An IPaintListener can be attached to the renderer (via the FrameBuffer,
because the actual renderer instances is not accessible) and will be
notified before the actual painting of polygons starts and after it has
finished.
Has to return true if the init()-method has run correctly and should
return false after the processor has been disposed (but doesn't have to,
if an implementation requires something else...no problem).