Interface CertificateListener
- All Known Implementing Classes:
CertificateListenerAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for Vault
CertificateEvents.- Since:
- 4.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCertificateEvent(CertificateEvent certificateEvent) Callback for aCertificateEvent
-
Method Details
-
onCertificateEvent
Callback for aCertificateEvent- Parameters:
certificateEvent- the event object, must not be null.
-