The CanvasUpdateListener should be implemented by classes
which want to listen to updates done by the CanvasManager on
a RenderGraphics . Typically, this is done so that an application
can listen to updates done on an offscreen buffer so that offscreen can be
redisplayed on screen. |