📄 logoutevent.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 + -