public interface NotifyingRendererClient {
  public void renderDone(Picture result);
}
