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 void
doAction()
Prepares document for flushing.private List
<ConfirmedEventWrapper> getConfirmedEvents
(SequenceId sequenceId) Methods inherited from class com.itextpdf.commons.actions.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:
doAction
in classAbstractITextConfigurationEvent
-
getConfirmedEvents
-