Package com.zebra.sdk.weblink
Class WeblinkConfigurationStateUpdater
Object
com.zebra.sdk.weblink.WeblinkConfigurationStateUpdater
Callback for updating the status of a Weblink configuration task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprogressUpdate(String message) Provides a custom message for the current weblink configuration stateabstract voidupdateState(WeblinkConfigurationState newState) Sets the new state of the Weblink Configurator defined byWeblinkConfigurationState
-
Constructor Details
-
WeblinkConfigurationStateUpdater
public WeblinkConfigurationStateUpdater()
-
-
Method Details
-
updateState
Sets the new state of the Weblink Configurator defined byWeblinkConfigurationState- Parameters:
newState- The updated WeblinkConfiguration state.
-
progressUpdate
Provides a custom message for the current weblink configuration state- Parameters:
message- Custom message.
-