Package jadex.future
Interface IForwardCommandFuture
- All Known Implementing Classes:
Future,IntermediateFuture,PullIntermediateDelegationFuture,PullIntermediateFuture,PullSubscriptionIntermediateDelegationFuture,PullSubscriptionIntermediateFuture,SubscriptionIntermediateDelegationFuture,SubscriptionIntermediateFuture,TerminableDelegationFuture,TerminableFuture,TerminableIntermediateDelegationFuture,TerminableIntermediateFuture,Tuple2Future
public interface IForwardCommandFuture
Send a command from source to listeners (same flow as results).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe available commands. -
Method Summary
Modifier and TypeMethodDescriptionvoidsendForwardCommand(Object command) Send a command to the listeners.
-
Method Details
-
sendForwardCommand
Send a command to the listeners.- Parameters:
command- The command.
-