Package velox.api.layer1.simplified
Interface BalanceListener
- All Known Subinterfaces:
AllDataModule,BalanceAdapter
public interface BalanceListener
Provides balance info. Currently only works in realtime
(
HistoricalDataListener should not be implemented)-
Method Summary
Modifier and Type Method Description voidonBalance(velox.api.layer1.data.BalanceInfo balanceInfo)Called when account balance information changes
-
Method Details
-
onBalance
void onBalance(velox.api.layer1.data.BalanceInfo balanceInfo)Called when account balance information changes- Parameters:
balanceInfo- account balance information
-