mt4cpp
|
#include <Command.hpp>
Public Member Functions | |
virtual void | notifyProgress (const Command &, double progress)=0 |
virtual void | notifyStep (const Command &)=0 |
virtual void | notifyState (const Command &, CommandDesc::State state)=0 |
abstract class of command observer
|
pure virtual |
new progress
Implemented in mt4cpp::OstreamCommandObserver.
|
pure virtual |
|
pure virtual |
change command state
Implemented in mt4cpp::OstreamCommandObserver.