All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.tse.TsePostprocessor Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
package org.yamcs.tse;

import org.yamcs.cmdhistory.CommandHistoryPublisher;
import org.yamcs.tse.api.TseCommand;

public interface TsePostprocessor {

    /**
     * Process an instruction passed to TseCommander.
     */
    TseCommand process(TseCommand.Builder commandBuilder);

    /**
     * Sets the command history listener which can be used to provide command history entries related to the command
     * processed.
     */
    default void setCommandHistoryPublisher(CommandHistoryPublisher commandHistoryListener) {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy