public interface AS400CertificateListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
added(AS400CertificateEvent event)
Invoked when a certificate has been added.
|
void |
deleted(AS400CertificateEvent event)
Invoked when a certificate has been deleted.
|
void added(AS400CertificateEvent event)
event
- The AS400CertificateEvent.void deleted(AS400CertificateEvent event)
event
- The AS400CertificateEvent.