Interface OnlineActivationCallback
-
- All Superinterfaces:
ActivationCallback
public interface OnlineActivationCallback extends ActivationCallback
TheOnlineActivationCallback
interface defines the methods that must be implemented in order to receive callbacks during the online activation process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onActivationStepComplete(java.lang.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
-
-