logoutevent.java.svn-base
来自「一个timesheet程序,用来统计开发人员的度量衡web在线程序.用于软件行业」· SVN-BASE 代码 · 共 24 行
SVN-BASE
24 行
package com.nsi.components.logout;
import com.nsi.control.event.NoBackEndEvent;
/**
* @author Chris Ye, created on Sep 30, 2008
*
* LogoutEvent
*/
public class LogoutEvent extends NoBackEndEvent
{
/**
* constructor of LogoutEvent
*/
public LogoutEvent()
{
super();
}
public String toString()
{
return "LogOutEvent()";
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?