📄 teller.java
字号:
/* * Generated by XDoclet - Do not edit! */package test.interfaces;/** * Remote interface for Teller. * @xdoclet-generated at 22-10-04 * @copyright The XDoclet Team * @author XDoclet * @version 1.2.2 */public interface Teller extends javax.ejb.EJBObject{ /** * Transfer money between accounts. */ public void transfer( test.interfaces.Account from,test.interfaces.Account to,float amount ) throws java.rmi.RemoteException; /** * Deposit account. */ public void deposit( test.interfaces.Account account,float amount ) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -