mt4cpp
Public Member Functions | List of all members
mt4cpp::OstreamCommandObserver Class Reference

#include <OstreamCommandObserver.hpp>

Inheritance diagram for mt4cpp::OstreamCommandObserver:
Inheritance graph
Collaboration diagram for mt4cpp::OstreamCommandObserver:
Collaboration graph

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)
 

Detailed Description

simple command observer, send notification to ostream

Member Function Documentation

virtual void mt4cpp::OstreamCommandObserver::notifyProgress ( const Command ,
double  progress 
)
inlinevirtual

new progress

Implements mt4cpp::CommandObserver.

virtual void mt4cpp::OstreamCommandObserver::notifyStep ( const Command )
inlinevirtual

next step

Implements mt4cpp::CommandObserver.

virtual void mt4cpp::OstreamCommandObserver::notifyState ( const Command ,
CommandDesc::State   
)
inlinevirtual

change command state

Implements mt4cpp::CommandObserver.


The documentation for this class was generated from the following file: