artofillusion
Interface RenderListener

All Known Implementing Classes:
CameraFilterDialog, MaterialPreviewer, RenderingDialog

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

imageUpdated

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.


statusChanged

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.


imageComplete

void imageComplete(ComplexImage image)
This method will be called when rendering is complete.


renderingCanceled

void renderingCanceled()
This method will be called if rendering is canceled.



Copyright © 1999-2011 by Peter Eastman.