Package jadex.commons

Interface IResultCommand<T,​E>


  • public interface IResultCommand<T,​E>
    Command with a result.
    • Method Detail

      • execute

        T execute​(E args)
        Execute the command.
        Parameters:
        args - The argument(s) for the call.
        Returns:
        The result of the command.