Interface ICommand<T extends IBaseCommandData>
- 
public interface ICommand<T extends IBaseCommandData> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T context) 
 - 
 
- 
- 
Method Detail
- 
execute
void execute(T context)
 
 - 
 
 -