File
Doc
Category
Size
Date
Package
AccountTransaction.java
API Doc
Example
761
Tue Apr 04 19:04:20 BST 2000
com.imaginary.bank
AccountTransaction
public interface AccountTransaction implements com.imaginary.lwp.Session
Fields Summary
Constructors Summary
Methods Summary
public void
deposit
(
com.imaginary.lwp.Identifier
id,
AccountFacade
acct,
double
amt)
public void
transfer
(
com.imaginary.lwp.Identifier
id,
AccountFacade
src,
AccountFacade
targ,
double
amt)
public void
withdraw
(
com.imaginary.lwp.Identifier
id,
AccountFacade
acct,
double
amt)
Java Code Source