All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.as400.access.AS400CertificateListener

public interface AS400CertificateListener
extends EventListener
The AS400CertificateListener interface provides an interface for receiving AS/400 certificate events.


Method Index

 o added(AS400CertificateEvent)
Invoked when a certificate has been added.
 o deleted(AS400CertificateEvent)
Invoked when a certificate has been deleted.

Methods

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

Parameters:
event - The AS400CertificateEvent.
 o deleted
 public abstract void deleted(AS400CertificateEvent event)
Invoked when a certificate has been deleted.

Parameters:
event - The AS400CertificateEvent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index