Interface CompletionCallback


  • public interface CompletionCallback
    • Method Detail

      • onDone

        void onDone​(java.lang.Throwable e)
        Called when operation done. Caller must check possible error (it's null in case of success).