Interface Command<T>
-
public interface Command<T>RemoteCommand- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetResult()ThrowablegetThrowable()voidsetResult(T result)voidsetThrowable(Throwable throwable)
-