Interface Command<R,C>
- Type Parameters:
C- the command context typeR- the command return type
- All Superinterfaces:
Command<R,,C, Exception> Serializable
@Deprecated(forRemoval=true)
public interface Command<R,C>
extends Command<R,C,Exception>, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
A command to invoke remotely.
- Author:
- Paul Ferraro
-
Method Summary
Command.