Uses of Interface
com.vaadin.pro.licensechecker.LicenseChecker.Callback
Packages that use LicenseChecker.Callback
-
Uses of LicenseChecker.Callback in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker with parameters of type LicenseChecker.CallbackModifier and TypeMethodDescriptionstatic voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback) Checks the license for the given product version in the background and invokes the callback when done.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler) Checks the license for the given product version in the background and invokes the callback when done.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler, int timeoutKeyUrlHandler) Checks the license for the given product version in the background and invokes the callback when done.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Checks the license for the given pro key and product version in the background and invokes the callback when done.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, LicenseChecker.Callback callback) Deprecated.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler)
LicenseChecker.checkLicenseAsync(String, String, BuildType, Callback)