public interface FineTuneProgressListener
Modifier and Type | Field and Description |
---|---|
static int |
CANCELLED |
static int |
COMPLETED |
Modifier and Type | Method and Description |
---|---|
void |
fineTuneNewBestResult(RegistrationResult result) |
void |
fineTuneThreadFinished(int reason,
RegistrationResult result,
FineTuneThread fineTuneThread) |
static final int COMPLETED
static final int CANCELLED
void fineTuneNewBestResult(RegistrationResult result)
void fineTuneThreadFinished(int reason, RegistrationResult result, FineTuneThread fineTuneThread)
Copyright © 2015–2021 Fiji. All rights reserved.