Package com.microblink.hardware
Interface SuccessCallback
-
public interface SuccessCallback
Callback that will be invoked when some asynchronous operation has finished.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onOperationDone(boolean success)
Invoked when asynchronous operation has finished.
-