Packages

 

com.aspose.imaging.asynctask

Interface CompleteCallback



  • public interface CompleteCallback

    Callback function to receive task completion event.

    • Method Detail

      • run

        void run(IAsyncTask task,
                 boolean wasCancelled,
                 Throwable error)

        Callback function to receive task completion event.

        Parameters:
        task - The asynchronous task.
        wasCancelled - if set to true [was cancelled].
        error - The error.