public static interface DOFObject.SetOperationListener extends DOFOperation.OperationListener
Modifier and Type | Method and Description |
---|---|
void |
setResult(DOFOperation.Set operation,
DOFProviderInfo providerInfo,
DOFException exception)
Process a result.
|
complete
void setResult(DOFOperation.Set operation, DOFProviderInfo providerInfo, DOFException exception)
operation
- Information about the operation. This will never be null.providerInfo
- Information about the provider of the result. This will never be null.exception
- An exception received from the Provider, if any. May be null.