public static interface DOFObject.GetOperationListener extends DOFOperation.OperationListener
Modifier and Type | Method and Description |
---|---|
void |
getResult(DOFOperation.Get operation,
DOFProviderInfo providerInfo,
DOFValue value,
DOFException exception)
Process a result.
|
complete
void getResult(DOFOperation.Get operation, DOFProviderInfo providerInfo, DOFValue value, 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.value
- The retrieved property value, if any. May be null.exception
- An exception received from the Provider, if any. May be null.