forked from fanruan/design
Browse Source
Merge in DESIGN/design from ~KERRY/design_10.0:release/10.0 to release/10.0 * commit '0bb145cb4122d202ce5e3fed895b393d870f5b1a': 代码修改 删除无用import 删除无用域 KERNEL-6224 新增模板操作事件feature/big-screen
ju|剧浩宇
4 years ago
4 changed files with 42 additions and 4 deletions
@ -0,0 +1,19 @@
|
||||
package com.fr.design.mainframe; |
||||
|
||||
import com.fr.event.Event; |
||||
|
||||
/** |
||||
* Created by kerry on 2020-12-11 |
||||
*/ |
||||
public enum JTemplateEvent implements Event<JTemplate> { |
||||
/** |
||||
* 模板初始化之前 |
||||
*/ |
||||
BEFORE_TEMPLATE_INIT, |
||||
|
||||
/** |
||||
* 模板激活之前 |
||||
*/ |
||||
BEFORE_TEMPLATE_ACTIVE |
||||
|
||||
} |
Loading…
Reference in new issue