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.
-