public interface SODocLoadListener
Modifier and Type | Method and Description |
---|---|
void |
onDocComplete()
Called when the document completes loading.
|
void |
onError(int error,
int errorNum)
Called if the document encounters an error.
|
void |
onLayoutCompleted() |
void |
onPageLoad(int pageNum)
Called after each page is loaded.
|
void |
onSelectionChanged(int startPage,
int endPage) |
void onPageLoad(int pageNum)
pageNum
- number of page that has just been loaded (0 <= pageNum < numPages-1)void onDocComplete()
void onError(int error, int errorNum)
error
- error code.errorNum
- underlying core error numbervoid onSelectionChanged(int startPage, int endPage)
void onLayoutCompleted()