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 Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The available commands.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send a command to the listeners.
  • Method Details

    • sendForwardCommand

      void sendForwardCommand(Object command)
      Send a command to the listeners.
      Parameters:
      command - The command.