Package jadex.common
Interface IResultCommand<T,E>
public interface IResultCommand<T,E>
Command with a result.
-
Method Summary
-
Method Details
-
execute
Execute the command.- Parameters:
args
- The argument(s) for the call.- Returns:
- The result of the command.
-