Interface CommandService
-
public interface CommandServiceCommandService- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Texecute(Command<T> command)
-
-
-
Method Detail
-
execute
<T> T execute(Command<T> command)
-
-