Package jadex.commons
Interface IResultCommand<T,E>
-
- All Known Implementing Classes:
CliJob.CliCommand
,CreateCommand
,CronCreateCommand
,RuleCreateCommand
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.
-