?? actionevent.java
字號:
/*
* $Workfile: ActionEvent.java$ Copyright (c) 2005 Freeborders. All rights
* reserved. Last Changed by: $Author:user$ On: $Date: 2005-6-6 15:23:26$
* $Revision: 1$
*/
package base;
import org.springframework.context.ApplicationEvent;
/**
* Class description goes here.
*
* @version 1.0 2005-6-6
* @author user
*/
public class ActionEvent extends ApplicationEvent
{
public ActionEvent(Object source)
{
super(source);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -