Skip to content

Commit

Permalink
Fix android progress events.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Jul 27, 2017
1 parent 5205ef4 commit aa6c183
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.dylanvann.fastimage;

public interface UIProgressListener {
public interface ProgressListener {

void onProgress(long bytesRead, long expectedLength);
void onProgress(String key, long bytesRead, long expectedLength);

/**
* Control how often the listener needs an update. 0% and 100% will always be dispatched.
Expand Down

0 comments on commit aa6c183

Please sign in to comment.