Interface CefCompletionCallback


  • public interface CefCompletionCallback
    Generic callback interface used for asynchronous completion.
    • Method Detail

      • onComplete

        void onComplete()
        Method that will be called once the task is complete.