仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
在线用户统计报错修改,UI上下文三个克隆接口测试完成上传
ludc
2024-10-09
69f6865e4744094d657a538e9c013cb9d97df01a
[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;
}