| Package | Description |
|---|---|
| com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
| com.qoppa.pdfViewer.actions |
Classes that represent user actions.
|
| Modifier and Type | Method and Description |
|---|---|
ISubmitActionEmailHandler |
PDFViewerBean.getSubmitActionEmailHandler()
Returns the email handler to be used when an email submit action has been activated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFViewerBean.setSubmitActionEmailHandler(ISubmitActionEmailHandler handler)
The host application can provide email handling functionality by setting a handler using the ISubmitActionEmailHandler interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEmailHandler
This interface provides a way for host applications to implement custom functionality for sending an email.
|