| Package | Description |
|---|---|
| com.aspose.psd.asynctask |
The namespace handles AsyncTask processing.
|
| Modifier and Type | Method and Description |
|---|---|
static IAsyncTask |
AsyncTask.create(AsyncTaskAction taskAction)
Creates the asynchronous task without any result.
|
static IAsyncTask |
AsyncTask.create(AsyncTaskFunc taskFunc)
Creates the asynchronous task with generic type result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteCallback.run(IAsyncTask task,
boolean wasCancelled,
Throwable error)
Callback function to receive task completion event.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.