T
- the result typepublic static interface ActiveOperation.CompletedCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
cancelled()
The operation was cancelled before being able to complete.
|
void |
completed(T result)
The operation completed successfully.
|
void |
failed(Exception e)
The operation failed.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.