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

net.gdface.sdk.IAuxTool Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package net.gdface.sdk;

import net.gdface.image.BaseLazyImage;

/**
 * 用于研究的辅助工具接口
 * @author guyadong
 *
 */
public interface IAuxTool {
	/**
	 * 保存指定的图像
	 * @param phase
	 * @param lazyImage
	 */
	void saveOnFail(String phase,BaseLazyImage lazyImage) ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy