Package jadex.common

Interface IResultCommand<T,E>


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

    Modifier and Type
    Method
    Description
    execute(E args)
    Execute the command.
  • Method Details

    • execute

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