Class CertificateChangeEvent
java.lang.Object
de.xima.fc.certificate.mgmt.event.CertificateChangeEvent
- All Implemented Interfaces:
Serializable
Event representing changes to certificates, such as creation, update, or deletion.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCertificateChangeEvent(CertificateData[] certificates, CertificateChangeEvent.EventType eventType) Creates a newCertificateChangeEventinstance. -
Method Summary
-
Constructor Details
-
CertificateChangeEvent
public CertificateChangeEvent(CertificateData[] certificates, CertificateChangeEvent.EventType eventType) Creates a newCertificateChangeEventinstance.- Parameters:
certificates- The data of the affected certificates.eventType- The type of event.
-
-
Method Details
-
getCertificates
The data of the affected certificates. -
getEventType
The type of event. -
equals
-
hashCode
-
toString
-