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.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WeakReference<PdfDocument> private static final org.slf4j.Logger -
Constructor Summary
ConstructorsConstructorDescriptionFlushPdfDocumentEvent(PdfDocument document) Creates a new instance of the flushing event. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoAction()Prepares document for flushing.private List<ConfirmedEventWrapper> getConfirmedEvents(SequenceId sequenceId) Methods inherited from class AbstractITextConfigurationEvent
addEvent, addProcessor, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessor
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
document
-
-
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
-
getConfirmedEvents
-