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 void
    onBalance(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: BalanceListener
      Called when account balance information changes
      Specified by:
      onBalance in interface BalanceListener
      Parameters:
      balanceInfo - account balance information