public abstract static class BankClient.EncumberResultHandler extends BankClient.BankReplyHandler
Constructor and Description |
---|
BankClient.EncumberResultHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
result(String enc,
int srcbal)
Handle an encumbrance result.
|
fail
public abstract void result(String enc, int srcbal)
enc
- The ref of the created encumbrance.srcbal
- Available balance in the encumbered account after
encumbrance.Copyright © 2017. All rights reserved.