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

📄 logoutevent.java

📁 一个优秀的供应商管理系统
💻 JAVA
字号:
package apusic.myshop.control.event;import java.io.Serializable;/** * This event is sent from the web tier to the EJB Controller to notify * the EJB Controller that a user has logged out of the application. */public class LogoutEvent extends BaseEvent implements Serializable {  public LogoutEvent() {}  public String toString() {    return "LogOutEvent()";  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -