Class SignatureValidationSuccessEvent
java.lang.Object
com.itextpdf.signatures.validation.events.SignatureValidationSuccessEvent
- All Implemented Interfaces:
-
IEvent,IValidationEvent
This event is triggered after a successful validation of the current signature.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the event type of the event, this fields is used to avoid instanceof usage.
-
Constructor Details
-
SignatureValidationSuccessEvent
public SignatureValidationSuccessEvent()Creates an instance ofSignatureValidationSuccessEvent.
-
-
Method Details
-
getEventType
Returns the event type of the event, this fields is used to avoid instanceof usage.- Specified by:
-
getEventTypein interfaceIValidationEvent - Returns:
- the event type of the event
-