All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.argo.filesystem.FileTaskCallback Maven / Gradle / Ivy

The newest version!
package com.argo.filesystem;

/**
 * Created by yamingd on 9/10/15.
 */
public interface FileTaskCallback {

    /**
     * 成功时触发
     * @param event 文件处理结果事件
     */
    void onFileTaskSuccess(FileTaskResultEvent event);

    /**
     * 失败时触发
     * @param event 文件处理结果事件
     */
    void onFileTaskFailure(FileTaskResultEvent event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy