Interface OnlineActivationCallback
- All Superinterfaces:
ActivationCallback
The
OnlineActivationCallback
interface defines the methods that must be implemented in
order to receive callbacks during the online activation process.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onActivationStepComplete
(String command) Called upon activation step success, the provided command must be sent to the server.Methods inherited from interface com.vasco.orchestration.client.flows.activation.ActivationCallback
onActivationAborted, onActivationInputError, onActivationSuccess
-
Method Details
-
onActivationStepComplete
Called upon activation step success, the provided command must be sent to the server.- Parameters:
command
- the command to be sent to the server
-