Class ExecutionResult<R extends BaseResult>
java.lang.Object
com.echothree.util.common.command.ExecutionResult<R>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionResult(Messages executionWarnings, Messages executionErrors, R result) Creates a new instance of ExecutionResult -
Method Summary