public abstract static class BankClient.AccountResultHandler extends BankClient.BankReplyHandler
| Constructor and Description |
|---|
BankClient.AccountResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
result(String account)
Handle an account result.
|
failpublic abstract void result(String account)
account - Ref of the account.Copyright © 2017. All rights reserved.