VerIDFactoryDelegate

Delegate for `VerIDFactory`

Package com.appliedrec.verid.core2

public interface VerIDFactoryDelegate

Methods

veridFactoryDidCreateEnvironment

Introduced in version 1.0.0

public veridFactoryDidCreateEnvironment(VerIDFactory, VerID)

Invoked when Ver-ID factory creates an instance of Ver-ID environment

Parameters

factory com.appliedrec.verid.core2.VerIDFactory
Factory that created the Ver-ID environment instance
environment com.appliedrec.verid.core2.VerID
The created Ver-ID environment

veridFactoryDidFailWithException

Introduced in version 1.0.0

public veridFactoryDidFailWithException(VerIDFactory, Exception)

Invoked when Ver-ID factory fails to create an instance of Ver-ID environment

Parameters

factory com.appliedrec.verid.core2.VerIDFactory
Factory that attempted to create the Ver-ID environment instance
error java.lang.Exception
Exception that caused the creation to fail