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

org.tinygroup.menucommand.CommandExecutor Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.tinygroup.menucommand;

import org.tinygroup.context.Context;


/**
 * 命令执行器
 * @author yancheng11334
 *
 */
public interface CommandExecutor {
	
	/**
	 * 执行渲染,并返回处理结果
	 * @param context
	 * @return
	 */
	CommandResult execute(Context context);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy