Package jadex.commons
Interface ICommand<T>
- 
 public interface ICommand<T>Interface for commands that represent methods with arguments but without a return value.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T args)Execute the command.
 
- 
- 
- 
Method Detail- 
executevoid execute(T args) Execute the command.- Parameters:
- args- The argument(s) for the call.
 
 
- 
 
-