public abstract static class BankClient.ReleaseResultHandler extends BankClient.BankReplyHandler
Constructor and Description |
---|
BankClient.ReleaseResultHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
result(String src,
int srcbal,
boolean active)
Handle an encumbrance release result.
|
fail
public abstract void result(String src, int srcbal, boolean active)
src
- Ref of the account that was un-encumbered.srcbal
- Available balance in the account after the release
was processed.active
- Flag that is true if the encumbrance was still active
when it was released, fales if it had expired.Copyright © 2017. All rights reserved.