Commit 6b1ddab0 by zhanghou

添加delete方法的空实现

parent f5848fa3
......@@ -39,4 +39,6 @@ public interface IModuleList<T extends IModule> extends IModule,List<T> {
void executeDefault(int idx,String... paths);
void executeCheckAll();
void delete(int index);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment