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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(E args)Execute the command.
 
-