Class IRfidReaderCompletion
- java.lang.Object
-
- com.regula.documentreader.api.completions.rfid.IRfidCompletion
-
- com.regula.documentreader.api.completions.rfid.IRfidReaderCompletion
-
- All Implemented Interfaces:
IDocumentReaderCompletion
public abstract class IRfidReaderCompletion extends IRfidCompletion
-
-
Constructor Summary
Constructors Constructor Description IRfidReaderCompletion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChipDetected()
void
onRetryReadChip(DocReaderRfidException exception)
-
Methods inherited from class com.regula.documentreader.api.completions.rfid.IRfidCompletion
onProgress
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.regula.documentreader.api.completions.IDocumentReaderCompletion
onCompleted
-
-
-
-
Method Detail
-
onChipDetected
public void onChipDetected()
-
onRetryReadChip
public void onRetryReadChip(DocReaderRfidException exception)
-
-