Package | Description |
---|---|
com.qoppa.pdf.actions |
Classes that represent user actions.
|
com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEmailHandler
This interface provides a way for host applications to implement custom functionality for sending an email.
|
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.
|