📄 courseeventhandlerbase.java
字号:
package eols.event.course;/** * <p>Title: Base event handler used in the course module. </p> * <p>Description: It is the parent class of all events of the course * module.</p> * <p>Copyright: Copyright (c) 2007</p> * <p>Company: </p> * @author Fasheng Qiu * @version 1.0 */import eols.logic.base.ITransaction;import eols.logic.course.CourseTransactionManager;public class CourseEventHandlerBase extends eols.event.system.ParameterToAttributeEvent { /* The interface of business logics of course management */ protected ITransaction iTran = new CourseTransactionManager();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -