仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
复刻
对比
blame
|
历史
|
原始文档
路由整合代码
田源
2024-04-07
0ba9e571a77dab21c749461c298af1bca69b6b98
[PLTWEB.git]
/
Source
/
Client
/
PLTClient
/
src
/
com
/
vci
/
client
/
uif
/
engine
/
common
/
api
/
ICustomAction.java
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
public interface ICustomAction {
public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}