Package jadex.commons
Interface IResultCommand<T,E>
-
public interface IResultCommand<T,E>
Command with a result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute(E args)
Execute the command.
-