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