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 enum
The available commands. -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendForwardCommand
(Object command) Send a command to the listeners.
-
Method Details
-
sendForwardCommand
Send a command to the listeners.- Parameters:
command
- The command.
-