Class FlushPdfDocumentEvent
java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.commons.actions.AbstractITextConfigurationEvent
com.itextpdf.kernel.actions.events.FlushPdfDocumentEvent
- All Implemented Interfaces:
IEvent
Class represents events notifying that
PdfDocument was flushed.-
Constructor Summary
ConstructorsConstructorDescriptionFlushPdfDocumentEvent(PdfDocument document) Creates a new instance of the flushing event. -
Method Summary
Methods inherited from class AbstractITextConfigurationEvent
addEvent, addProcessor, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessor
-
Constructor Details
-
FlushPdfDocumentEvent
Creates a new instance of the flushing event.- Parameters:
document- is a document to be flushed
-
-
Method Details
-
doAction
protected void doAction()Prepares document for flushing.- Specified by:
doActionin classAbstractITextConfigurationEvent
-