Interface OnCompleteListener<T>


  • public interface OnCompleteListener<T>
    This interface is used to handle the result of DB operation
    • Method Detail

      • onComplete

        void onComplete​(T item,
                        java.lang.Boolean success)
        Called when a DB operation is completed
        Parameters:
        item - the object
        success - true if the operation was successful, false otherwise.