Struct IApplicationProcessorObserver

Inheritance Relationships

Derived Types

Struct Documentation

struct SmartPeak::IApplicationProcessorObserver

Subclassed by SmartPeak::EventDispatcher, SmartPeak::ProgressInfo

Public Functions

virtual void onApplicationProcessorStart(const std::vector<std::string> &commands) = 0

Parameters have been updated

virtual void onApplicationProcessorCommandStart(size_t command_index, const std::string &command_name) = 0
virtual void onApplicationProcessorCommandEnd(size_t command_index, const std::string &command_name) = 0
virtual void onApplicationProcessorEnd() = 0