Package jadex.commons.future
Interface IBackwardCommandFuture
- 
- All Known Subinterfaces:
 IPullIntermediateFuture<E>,IPullSubscriptionIntermediateFuture<E>,ISubscriptionIntermediateFuture<E>,ITerminableFuture<E>,ITerminableIntermediateFuture<E>
- All Known Implementing Classes:
 PullIntermediateDelegationFuture,PullIntermediateFuture,PullSubscriptionIntermediateDelegationFuture,PullSubscriptionIntermediateFuture,SubscriptionIntermediateDelegationFuture,SubscriptionIntermediateFuture,TerminableDelegationFuture,TerminableFuture,TerminableIntermediateDelegationFuture,TerminableIntermediateFuture
public interface IBackwardCommandFutureSend a backward command in direction of the source, i.e. the original future emitting value. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendBackwardCommand(java.lang.Object info)Send a backward command in direction of the source. 
 -