Package velox.api.layer1.simplified
Interface BalanceAdapter
- All Superinterfaces:
BalanceListener
public interface BalanceAdapter extends BalanceListener
An adapter for
BalanceListener with empty default method
implementations-
Method Summary
Modifier and Type Method Description default voidonBalance(velox.api.layer1.data.BalanceInfo balanceInfo)Called when account balance information changes
-
Method Details
-
onBalance
default void onBalance(velox.api.layer1.data.BalanceInfo balanceInfo)Description copied from interface:BalanceListenerCalled when account balance information changes- Specified by:
onBalancein interfaceBalanceListener- Parameters:
balanceInfo- account balance information
-