Package com.appliedrec.verid.core2.util
Class BaseVerIDUtility
- java.lang.Object
-
- com.appliedrec.verid.core2.util.BaseVerIDUtility
-
- Direct Known Subclasses:
FaceDetectionUtilities
,FaceRecognitionUtilities
,UserManagementUtilities
public class BaseVerIDUtility extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseVerIDUtility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T,U extends java.lang.Throwable>
voidrunInBackground(java.util.concurrent.Callable<T> task, ResultCallback<T,U> callback)
-
-
-
Method Detail
-
runInBackground
protected <T,U extends java.lang.Throwable> void runInBackground(java.util.concurrent.Callable<T> task, ResultCallback<T,U> callback)
-
-