com.ibm.as400.access

Interface AS400CertificateListener

  • All Superinterfaces:
    java.util.EventListener


    public interface AS400CertificateListener
    extends java.util.EventListener
    The AS400CertificateListener interface provides an interface for receiving certificate events.
    • Method Detail

      • added

        void added(AS400CertificateEvent event)
        Invoked when a certificate has been added.
        Parameters:
        event - The AS400CertificateEvent.
      • deleted

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