mt4cpp
|
#include <OstreamCommandObserver.hpp>
Public Member Functions | |
OstreamCommandObserver (std::ostream &out) | |
virtual void | notifyProgress (const Command &, double progress) |
virtual void | notifyStep (const Command &) |
virtual void | notifyState (const Command &, CommandDesc::State) |
simple command observer, send notification to ostream
|
inlinevirtual |
new progress
Implements mt4cpp::CommandObserver.
|
inlinevirtual |
next step
Implements mt4cpp::CommandObserver.
|
inlinevirtual |
change command state
Implements mt4cpp::CommandObserver.