SecuGen.FDxSDKPro.jni
Class SGCallBackFunction

java.lang.Object
  extended by SecuGen.FDxSDKPro.jni.SGCallBackFunction

public abstract class SGCallBackFunction
extends java.lang.Object

This class contains callback constants that are used by the SecuGen.FDxSDKPro.jni package.


Field Summary
static long CALLBACK_LIVE_CAPTURE
          CALLBACK_LIVE_CAPTURE
 
Constructor Summary
SGCallBackFunction()
          This is an abstract class and cannot be instantiated.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALLBACK_LIVE_CAPTURE

public static final long CALLBACK_LIVE_CAPTURE
CALLBACK_LIVE_CAPTURE

See Also:
Constant Field Values
Constructor Detail

SGCallBackFunction

public SGCallBackFunction()
This is an abstract class and cannot be instantiated.