public static class SServiceProvider.ProxyResultListener<T> extends DelegationResultListener<T>
| Modifier and Type | Field and Description | 
|---|---|
| protected IInternalAccess | component | 
| protected java.lang.Class<?> | type | 
customResultListener, future, undone| Constructor and Description | 
|---|
| ProxyResultListener(Future<T> future,
                   IInternalAccess component,
                   java.lang.Class<?> type) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | customResultAvailable(T result)Called when the result is available. | 
commandAvailable, exceptionOccurred, exceptionOccurredIfUndone, isUndone, resultAvailable, resultAvailableIfUndoneprotected IInternalAccess component
protected java.lang.Class<?> type
public ProxyResultListener(Future<T> future, IInternalAccess component, java.lang.Class<?> type)
public void customResultAvailable(T result)
DelegationResultListenercustomResultAvailable in class DelegationResultListener<T>result - The result.