public static interface DOFObject.InvokeOperationListener extends DOFOperation.OperationListener
Modifier and Type | Method and Description |
---|---|
void |
invokeResult(DOFOperation.Invoke operation,
DOFProviderInfo providerInfo,
java.util.List<DOFValue> result,
DOFException exception)
Process a result.
|
complete
void invokeResult(DOFOperation.Invoke operation, DOFProviderInfo providerInfo, java.util.List<DOFValue> result, 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.result
- The request result, if any. May be null if exception
is not null. May contain nulls.exception
- An exception received from the Provider, if any. May be null.