public abstract static class BankClient.QueryCurrenciesResultHandler extends BankClient.BankReplyHandler
Constructor and Description |
---|
BankClient.QueryCurrenciesResultHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
result(Currency[] currencies)
Handle an query currencies result.
|
fail
public BankClient.QueryCurrenciesResultHandler()
public abstract void result(Currency[] currencies)
currencies
- Array of currency descriptors.Copyright © 2017. All rights reserved.