⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 courseeventhandlerbase.java

📁 一个在线学习系统的服务端SERVLET程序
💻 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 + -