courseeventhandlerbase.java
来自「一个在线学习系统的服务端SERVLET程序」· Java 代码 · 共 20 行
JAVA
20 行
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 + =
减小字号Ctrl + -
显示快捷键?