public static class SServiceProvider.ProxyResultListener<T>
extends jadex.commons.future.DelegationResultListener<T>
Modifier and Type | Field and Description |
---|---|
protected IInternalAccess |
component |
protected java.lang.Class<?> |
type |
Constructor and Description |
---|
ProxyResultListener(jadex.commons.future.Future<T> future,
IInternalAccess component,
java.lang.Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
customResultAvailable(T result) |
protected IInternalAccess component
protected java.lang.Class<?> type
public ProxyResultListener(jadex.commons.future.Future<T> future, IInternalAccess component, java.lang.Class<?> type)