com.ibm.as400.access
Interface AS400CertificateListener

All Superinterfaces:
EventListener

public interface AS400CertificateListener
extends EventListener

The AS400CertificateListener interface provides an interface for receiving certificate events.


Method Summary
 void added(AS400CertificateEvent event)
          Invoked when a certificate has been added.
 void deleted(AS400CertificateEvent event)
          Invoked when a certificate has been deleted.
 

Method Detail

added

public void added(AS400CertificateEvent event)
Invoked when a certificate has been added.

Parameters:
event - The AS400CertificateEvent.

deleted

public void deleted(AS400CertificateEvent event)
Invoked when a certificate has been deleted.

Parameters:
event - The AS400CertificateEvent.