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

com.github.antelopeframework.web.ajax.result.Callback Maven / Gradle / Ivy

The newest version!
package com.github.antelopeframework.web.ajax.result;

/**
 * 
 * @author yangzhi
 *
 * @param 
 */
public interface Callback {
	
	/**
	 * 
	 * @return
	 * @throws Exception
	 */
	T execute() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy