Interface LicenseDetailsAccessor
-
- All Known Implementing Classes:
CachingLicenseDetailsAccessor
,LicenseDetailsAccessorImpl
@ExperimentalApi public interface LicenseDetailsAccessor
Accessor which is getting information about the License on the instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseDetails
getLicenseDetails()
void
newLicense()
Resetting current license details to the actual state.
-
-
-
Method Detail
-
getLicenseDetails
LicenseDetails getLicenseDetails()
- Returns:
- License details of current instance.
-
newLicense
void newLicense()
Resetting current license details to the actual state.
-
-