公告板
版本库
filestore
活动
搜索
登录
刘润玉
/
pipIrr-SV
派生自
pipIrr-SV
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
通信中间件开发,阶段性提交
liurunyu
2023-11-22
429f9d85eddbb07081c149d7156964337ba688aa
[~liurunyu/pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-common
/
src
/
main
/
java
/
com
/
dy
/
common
/
mw
/
UnitStartedCallbackInterface.java
1
2
3
4
5
6
7
8
9
10
package com.dy.common.mw;
public interface UnitStartedCallbackInterface {
/**
* 模块启动后回调
* @param obj
* @throws Exception
*/
void call(Object obj) throws Exception ;
}