com.nostra13.universalimageloader.utils
Interface IoUtils.CopyListener

Enclosing class:
IoUtils

public static interface IoUtils.CopyListener

Listener and controller for copy process


Method Summary
 boolean onBytesCopied(int current, int total)
           
 

Method Detail

onBytesCopied

boolean onBytesCopied(int current,
                      int total)
Parameters:
current - Loaded bytes
total - Total bytes for loading
Returns:
true - if copying should be continued; false - if copying should be interrupted


Copyright © 2011-2014. All Rights Reserved.