Popular Classes
S
ources
-
E
xamples
-
D
iscussions
Project: android_5
Explorer
Outline
test
aarddict
TestSplitWord.java
src
aarddict
ArticleNotFound.java
EntryComparator.java
MatchIterator.java
EntryComparators.java
IndexItem.java
RedirectTooManyLevels.java
Library.java
Entry.java
Article.java
Volume.java
EntryStartComparator.java
RandomAccessFile.java
PreferredDictionaryComparator.java
VerifyProgressListener.java
android
OpeningProgressDialog.java
DiscoveryProgressDialog.java
DictionaryService.java
SectionMatcher.java
ArticleView.java
Lookup.java
Article.java
BaseDictionaryActivity.java
ArticleViewActivity.java
DeviceInfo.java
DictionaryInfoActivity.java
N2EpdController.java
ScrollXY.java
DictionariesActivity.java
VerifyRecord.java
EinkArticleView.java
LookupActivity.java
HistoryItem.java
Header.java
Metadata.java
LookupWord.java
updateProgress(Volume d, double progress)
verified(Volume d, boolean ok)
/* This file is part of Aard Dictionary for Android <http://aarddict.org>.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License <http://www.gnu.org/licenses/gpl-3.0.txt>
* for more details.
*
* Copyright (C) 2010 Igor Tkach
*/
package
aarddict;
public
interface
VerifyProgressListener
{
boolean
updateProgress
(Volume d,
double
progress);
void
verified
(Volume d,
boolean
ok);
}