Package jadex.commons.future
Interface IForwardCommandFuture
- 
- All Known Implementing Classes:
- Future,- IntermediateFuture,- PullIntermediateDelegationFuture,- PullIntermediateFuture,- PullSubscriptionIntermediateDelegationFuture,- PullSubscriptionIntermediateFuture,- SubscriptionIntermediateDelegationFuture,- SubscriptionIntermediateFuture,- TerminableDelegationFuture,- TerminableFuture,- TerminableIntermediateDelegationFuture,- TerminableIntermediateFuture,- Tuple2Future
 
 public interface IForwardCommandFuture
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classIForwardCommandFuture.TypeThe available commands.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendForwardCommand(java.lang.Object command)Send a command to the listeners.
 
-