Interface IRemoteConversationCommand<T>

    • Method Detail

      • execute

        void execute​(IInternalAccess access,
                     jadex.commons.future.IFuture<T> future,
                     ISecurityInfo secinf)
        Execute a command.
        Parameters:
        access - The agent to run the command on.
        future - Future of the active conversation.
        secinf - The established security level to decide if the command is allowed.