Interface Result
-
- All Known Implementing Classes:
DefaultResultImpl
public interface ResultResult from the execution of a command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()Detailed message for the ResultResultTypegetType()Type of Result
-
-
-
Method Detail
-
getType
ResultType getType()
Type of Result- Returns:
-
getMessage
String getMessage()
Detailed message for the Result- Returns:
-
-