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
ConstructorDescriptionFlushPdfDocumentEvent
(PdfDocument document) Creates a new instance of the flushing event. -
Method Summary
Methods inherited from class com.itextpdf.commons.actions.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:
-
doAction
in classAbstractITextConfigurationEvent
-