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