public interface SslServiceListener
SslManagerService
.
All registered listeners are called synchronously by the SslManagerService
at the occurrence of the event.
It expected that implementers of this interface do NOT perform long running tasks in the implementation of this interface.Modifier and Type | Method and Description |
---|---|
void |
onConfigurationUpdated()
Notifies the
SslManagerService has received a configuration update and it has applied the new configuration |
void onConfigurationUpdated()
SslManagerService
has received a configuration update and it has applied the new configurationCopyright © 2014. All Rights Reserved.