public interface ProxyRegisterSubscriber
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProxyRegisterSubscriber.IgnoreRegisterEventSubscriber
Default do-nothing class.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
onError(ProxyRequest requestInfo,
com.licensespring.model.exceptions.LicenseSpringException exception)
Defines what to do when an error arises while doing the background register call to server.
|
default void |
onSuccess(com.licensespring.LicenseData licenseData)
This method is called when the registration was successful.
|
default void onError(ProxyRequest requestInfo, com.licensespring.model.exceptions.LicenseSpringException exception)
requestInfo - contains the user identity, and the product codeexception - the exception that was thrown during the check calldefault void onSuccess(com.licensespring.LicenseData licenseData)
licenseData - license data from the server.Copyright © 2025 Cense Data Inc.. All rights reserved.