Uses of Class
org.jmanikin.example.bank.AccountModule.Account
| Package | Description |
|---|---|
| org.jmanikin.example.bank |
Provides the basic Bank example
|
-
Uses of AccountModule.Account in org.jmanikin.example.bank
Methods in org.jmanikin.example.bank that return AccountModule.Account Modifier and Type Method Description AccountModule.AccountAccountModule.ID. init()Methods in org.jmanikin.example.bank that return types with arguments of type AccountModule.Account Modifier and Type Method Description Msg<AccountModule.ID,AccountModule.Account,java.lang.Void>AccountModule.Deposit. local()Msg<AccountModule.ID,AccountModule.Account,java.lang.Void>AccountModule.Open. local()Msg<AccountModule.ID,AccountModule.Account,java.lang.Void>AccountModule.Withdraw. local()