public interface RegistrationListener
RegistrationListener
provides a mechanism for products to notify
the productInsights feature that product extension data has been updated.
An instance of RegistrationListener
will be provided to a
registered ProductExtension
prior to the first access of product
extension data. See ProductExtension.setRegistrationListener(com.ibm.wsspi.cloud.productinsights.RegistrationListener)
.
Modifier and Type | Method and Description |
---|---|
void |
updateRegistration()
Notifies the productInsights feature registration listener that
product specific extension data (other than usage) has changed
and registration information should be resubmitted.
|