Package org.faceless.pdf2.viewer2
Interface DialogHandler
-
public interface DialogHandlerAn interface that can be set on the PDF viewer to display error messages.- Since:
- 2.29.6
- See Also:
PDFViewer.setDialogHandler(org.faceless.pdf2.viewer2.DialogHandler)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplayThrowable(Throwable throwable, Component root)Display an error message
-