com.groupdocs.viewer.resources
Interface ICacheListener


public interface ICacheListener

Author:
Alex Bobkov

Method Summary
 void onError(String fileName, Exception e)
           
 void onProgress(String fileName, int pageCount, int pageDoneCount, boolean done)
           
 

Method Detail

onProgress

void onProgress(String fileName,
                int pageCount,
                int pageDoneCount,
                boolean done)

onError

void onError(String fileName,
             Exception e)


Copyright © 2014. All rights reserved.