|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
By David Cheung
CSCIE160 Project
Due 05-16-2001
Account Interface class:
Interface for account operations: getBalance, deposit, and withdraw.
The actual implementation is in AccountImpl class instead.
Method Summary | |
void |
deposit(float amount)
|
float |
getBalance()
|
void |
withdraw(float amount)
|
Method Detail |
public float getBalance() throws java.rmi.RemoteException
public void deposit(float amount) throws java.rmi.RemoteException
public void withdraw(float amount) throws java.rmi.RemoteException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |