public interface LoadPdfControllerInterface
Modifier and Type | Method and Description |
---|---|
void |
cancelLoading() |
void |
endLoading() |
void |
newPdfLoaded(PdfDocumentWrapper pdfDocument) |
void |
showLoadingError(String message,
String title) |
void |
startLoading() |
void newPdfLoaded(PdfDocumentWrapper pdfDocument)
void startLoading()
void endLoading()
void cancelLoading()
Copyright © 2020 Fran Rojas. All rights reserved.