?? executionalert.java
字號:
package bible.rmi.example3;
import weblogic.rmi.Remote;
import java.rmi.RemoteException;
/**
* Clients that wish to be notified of executions must implement this
* remote interface.
*/
public interface ExecutionAlert extends weblogic.rmi.Remote {
/**
* Notifies the client on an execution.
* @param exec
*/
public void notifyOfExecution(Execution exec) throws java.rmi.RemoteException;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -