Package jadex.xml

Interface IReturnValueCommand


  • public interface IReturnValueCommand
    Interface for a command with return value.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object args)
      Execute the command and optionally deliver a result.
    • Method Detail

      • execute

        java.lang.Object execute​(java.lang.Object args)
        Execute the command and optionally deliver a result.
        Parameters:
        args - The arguments.
        Returns:
        The result.