Class AddFingerPrintEvent
- java.lang.Object
-
- com.itextpdf.commons.actions.AbstractITextEvent
-
- com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
- com.itextpdf.kernel.actions.events.AddFingerPrintEvent
-
- All Implemented Interfaces:
IEvent
public final class AddFingerPrintEvent extends AbstractITextConfigurationEvent
This class is responsible for adding a fingerprint.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
AGPL_MODE
private java.lang.ref.WeakReference<PdfDocument>
document
private static org.slf4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description AddFingerPrintEvent(PdfDocument document)
Creates a new instance of the AddFingerPrintEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction()
Adds fingerprint to the document.-
Methods inherited from class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
addEvent, addProcessor, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessor
-
-
-
-
Field Detail
-
document
private final java.lang.ref.WeakReference<PdfDocument> document
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
AGPL_MODE
private static final java.lang.String AGPL_MODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AddFingerPrintEvent
public AddFingerPrintEvent(PdfDocument document)
Creates a new instance of the AddFingerPrintEvent.- Parameters:
document
- document in which the fingerprint will be added
-
-
Method Detail
-
doAction
public void doAction()
Adds fingerprint to the document.- Specified by:
doAction
in classAbstractITextConfigurationEvent
-
-