Interface Command<R,C>
-
- Type Parameters:
C- the command context typeR- the command return type
- All Superinterfaces:
Serializable
public interface Command<R,C> extends Serializable
A command to invoke remotely.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rexecute(C context)Execute this command with the specified context.
-