Package jadex.commons.future
Interface IRemoteResultListener<E>
-
- All Superinterfaces:
IRemotable
,IResultListener<E>
- All Known Implementing Classes:
RemoteDelegationResultListener
public interface IRemoteResultListener<E> extends IResultListener<E>, IRemotable
Remoteable version of the result listener interface.
-
-
Method Summary
-
Methods inherited from interface jadex.commons.future.IResultListener
exceptionOccurred, resultAvailable
-
-