Browse Source
Merge in DESIGN/design from ~HADES/design:final/10.0 to final/10.0 * commit '624748dd870d072aa7ac6ddc149684566a5af461': REPORT-55557 弹窗工具栏关闭处理(cpt&frm合并下处理方式)&& REPORT-55552 删除老编辑和帮助设置按钮final/10.0
Kara
3 years ago
15 changed files with 111 additions and 46 deletions
@ -0,0 +1,13 @@
|
||||
package com.fr.design.mainframe; |
||||
|
||||
/** |
||||
* tab切换时对当前打开的模版处理些事件 |
||||
* |
||||
* @author hades |
||||
* @version 10.0 |
||||
* Created by hades on 2021/7/22 |
||||
*/ |
||||
public interface TabChangeListener { |
||||
|
||||
void fireTabChange(); |
||||
} |
Loading…
Reference in new issue