|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderListener
A RenderListener is an object which asks a Render to generate an image, and is notified when it is completed.
Method Summary | |
---|---|
void |
imageComplete(ComplexImage image)
This method will be called when rendering is complete. |
void |
imageUpdated(java.awt.Image image)
The renderer may call this method periodically during rendering, to notify the listener that more of the image is complete. |
void |
renderingCanceled()
This method will be called if rendering is canceled. |
void |
statusChanged(java.lang.String status)
The renderer may call this method periodically during rendering, to give the listener text descriptions of the current status of rendering. |
Method Detail |
---|
void imageUpdated(java.awt.Image image)
void statusChanged(java.lang.String status)
void imageComplete(ComplexImage image)
void renderingCanceled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |