public static interface

PDFViewCtrl.RenderingListener

com.pdftron.pdf.PDFViewCtrl.RenderingListener
Known Indirect Subclasses

Class Overview

Used for receiving notifications of the start and end of the rendering of the client area.

Note: Note that since invisible regions might get rendered in advance, scrolling into a new region does not cause the notifications to be fired, if the new region has already been rendered.

Summary

Public Methods
abstract void onRenderingFinished()
Rendering has finished.
abstract void onRenderingStarted()
Rendering has started.

Public Methods

public abstract void onRenderingFinished ()

Rendering has finished.

public abstract void onRenderingStarted ()

Rendering has started.