Package io.objectbox

Interface TxCallback<T>


public interface TxCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    txFinished(T result, Throwable error)
    Called when an asynchronous transaction finished.
  • Method Details