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

cn.featherfly.common.structure.tree.NodeExecutor Maven / Gradle / Ivy


/**
 * @author 钟冀 - yufei
 *             Jul 17, 2009 
 */
package cn.featherfly.common.structure.tree;

/**
 * 

* 节点操作的接口 *

* @param 树模型对象 * @author 钟冀 */ public interface NodeExecutor> { /** * @param treeNode 树节点 */ void execute(T treeNode); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy