Package org.jivesoftware.util
Interface CertificateEventListener
-
- All Known Implementing Classes:
ConnectionManagerImpl
,HttpBindManager
public interface CertificateEventListener
Interface to listen for certificate events. Use theCertificateManager.addListener(CertificateEventListener)
method to register for events.- Author:
- Gaston Dombiak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
storeContentChanged(CertificateStore store)
Event triggered when the content of a certificate store was changed.
-
-
-
Method Detail
-
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.
-
-