Class IRfidCompletion
- java.lang.Object
-
- com.regula.documentreader.api.completions.rfid.IRfidCompletion
-
- All Implemented Interfaces:
IDocumentReaderCompletion
- Direct Known Subclasses:
IRfidReaderCompletion
public abstract class IRfidCompletion extends java.lang.Object implements IDocumentReaderCompletion
-
-
Constructor Summary
Constructors Constructor Description IRfidCompletion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onProgress(DocumentReaderNotification notification)
-
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
-
onProgress
public void onProgress(DocumentReaderNotification notification)
-
-