Package io.anyline.nfc.Reader
Interface ProgressListenerInterface
-
- All Implemented Interfaces:
public interface ProgressListenerInterface
-
-
Method Summary
Modifier and Type Method Description abstract void
updateProgress(int progress)
abstract boolean
isCanceled()
abstract void
cancel()
-
-
Method Detail
-
updateProgress
abstract void updateProgress(int progress)
-
isCanceled
abstract boolean isCanceled()
-
cancel
abstract void cancel()
-
-
-
-