public static interface DOFObject.DefineOperationListener extends DOFOperation.OperationListener
Modifier and Type | Method and Description |
---|---|
void |
define(DOFOperation.Define operation,
DOFInterface definition)
Process a result.
|
complete
void define(DOFOperation.Define operation, DOFInterface definition)
operation
- The define operation. This will never be null.definition
- The interface definition. This will never be null.