com.qoppa.pdfViewer.actions
Interface ISubmitActionEmailHandler


public interface ISubmitActionEmailHandler

This interface provides a way for host applications to implement custom functionality for handling a SubmitFormAction with an email URL. Please see setSubmitActionEmailHandler()

Author:
Qoppa Software

Method Summary
 void handleEmail(String toAddress, File tmpFile, String extension)
          Handle sending an email when a SubmitFormAction Email Button is pressed
 

Method Detail

handleEmail

void handleEmail(String toAddress,
                 File tmpFile,
                 String extension)
Handle sending an email when a SubmitFormAction Email Button is pressed

Parameters:
toAddress - the address to send the form information to
tmpFile - the file with the form information
extension - the extension of the file to be attached (PDF, XFDF, FDF, HTML)