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 Summary
Nested Classes Modifier and Type Interface Description static class
IForwardCommandFuture.Type
The available commands.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendForwardCommand(java.lang.Object command)
Send a command to the listeners.
-