quicktime.app.display
Interface DrawingListener
- public interface DrawingListener
Object that implement this interface can receive notification that an object has completed rendering a frame
Method Summary |
void |
drawingComplete(QTDrawable drawable)
The execute method is called by the Drawable when drawing is completed. |
drawingComplete
public void drawingComplete(QTDrawable drawable)
- The execute method is called by the Drawable when drawing is completed.
- Parameters:
drawable
- the drawable which drawing has just been completed upon- Returns:
- an error code or zero if no error
- See Also:
- quicktime.app.display