overdue merge of 0.9.x into trunk
This commit is contained in:
@@ -18,5 +18,6 @@ package org.thialfihar.android.apg;
|
||||
|
||||
public interface ProgressDialogUpdater {
|
||||
void setProgress(String message, int current, int total);
|
||||
void setProgress(int resourceId, int current, int total);
|
||||
void setProgress(int current, int total);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user