public abstract class ConverterListenerAdapter extends Object implements ConverterListener
ConverterListener
methods.Constructor and Description |
---|
ConverterListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
addAttachment(AddAttachmentEvent e)
Occurs when the attachment is added to a PDF portfolio.
|
void |
beginDigitizePage(ConverterBeginDigitizePageEvent e)
Occurs when a page is about to be digitized.
|
void |
beginDocument(ConverterBeginInputDocumentEvent e)
Occurs when a document is about to be converted.
|
void |
beginJob(ConverterBeginJobEvent e)
Occurs when a conversion job for a set of documents is about to start.
|
void |
beginPage(ConverterBeginInputPageEvent e)
Occurs when conversion of a page is about to start.
|
void |
endDigitizePage(ConverterEndDigitizePageEvent e)
Occurs when a page has been just been digitized.
|
void |
endDocument(ConverterEndInputDocumentEvent e)
Occurs when the conversion ends for a document.
|
void |
endJob(ConverterEndJobEvent e)
Occurs when conversion of a document has ended.
|
void |
endPage(ConverterEndInputPageEvent e)
Occurs when a page in a page has been converted.
|
void |
error(ConverterErrorEvent e)
Occurs when there is an error with the conversion operation.
|
void |
needFileName(ConverterNeedFileNameEvent e)
Occurs when a file name can be specified for saving a converted document.
|
void |
needOutputStream(ConverterNeedOutputStreamEvent e)
Occurs when a stream is required for saving the converted document.
|
void |
needPassword(ConverterNeedPasswordEvent e)
Occurs when a password is required to decrypt a document.
|
void |
outputPageReady(ConverterOutputPageReadyEvent e)
Occurs when a page has been converted.
|
void |
outputReady(ConverterOutputReadyEvent e)
Occurs when the conversion job has completed and the output documents have
been saved.
|
public void beginJob(ConverterBeginJobEvent e)
ConverterListener
beginJob
in interface ConverterListener
e
- details about the eventpublic void beginDocument(ConverterBeginInputDocumentEvent e)
ConverterListener
beginDocument
in interface ConverterListener
e
- details about an eventpublic void beginPage(ConverterBeginInputPageEvent e)
ConverterListener
beginPage
in interface ConverterListener
e
- details about an eventpublic void beginDigitizePage(ConverterBeginDigitizePageEvent e)
ConverterListener
beginDigitizePage
in interface ConverterListener
e
- details about an eventpublic void endDigitizePage(ConverterEndDigitizePageEvent e)
ConverterListener
endDigitizePage
in interface ConverterListener
e
- details about an eventpublic void endPage(ConverterEndInputPageEvent e)
ConverterListener
endPage
in interface ConverterListener
e
- details about an eventpublic void outputPageReady(ConverterOutputPageReadyEvent e)
ConverterListener
outputPageReady
in interface ConverterListener
e
- details about an eventpublic void addAttachment(AddAttachmentEvent e)
ConverterListener
addAttachment
in interface ConverterListener
e
- details about an eventpublic void endDocument(ConverterEndInputDocumentEvent e)
ConverterListener
endDocument
in interface ConverterListener
e
- details about an eventpublic void endJob(ConverterEndJobEvent e)
ConverterListener
endJob
in interface ConverterListener
e
- details about an eventpublic void error(ConverterErrorEvent e)
ConverterListener
error
in interface ConverterListener
e
- details about an eventpublic void needPassword(ConverterNeedPasswordEvent e)
ConverterListener
needPassword
in interface ConverterListener
e
- details about an eventpublic void needFileName(ConverterNeedFileNameEvent e)
ConverterListener
needFileName
in interface ConverterListener
e
- details about an eventpublic void needOutputStream(ConverterNeedOutputStreamEvent e)
ConverterListener
needOutputStream
in interface ConverterListener
e
- details about an eventpublic void outputReady(ConverterOutputReadyEvent e)
ConverterListener
outputReady
in interface ConverterListener
e
- details about an event