Package jadex.commons

Interface IResultCommand<T,​E>

    • Method Detail

      • execute

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