public abstract static class BankClient.BalanceResultHandler extends BankClient.BankReplyHandler
Constructor and Description |
---|
BankClient.BalanceResultHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
result(String acct,
int bal)
Handle a balance update result.
|
fail
public abstract void result(String acct, int bal)
acct
- Ref of the account effected.bal
- New available balance in the account.Copyright © 2017. All rights reserved.