Interface CertificateEventListener

All Known Implementing Classes:
ConnectionManagerImpl, HttpBindManager

public interface CertificateEventListener
Interface to listen for certificate events. Use the CertificateManager.addListener(CertificateEventListener) method to register for events.
Author:
Gaston Dombiak
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Event triggered when the content of a certificate store was changed.
  • Method Details

    • storeContentChanged

      void storeContentChanged(CertificateStore store)
      Event triggered when the content of a certificate store was changed.
      Parameters:
      store - The store for which the content was changed.