Derived class used for testing use of Observer class.
More...
Derived class used for testing use of Observer class.
Definition at line 218 of file Observer.cpp.
◆ OnBeginOperationString()
virtual void MockObserver::OnBeginOperationString |
( |
const std::string & |
a_operation | ) |
|
|
inlineoverrideprivatevirtual |
◆ OnProgressStatus()
virtual void MockObserver::OnProgressStatus |
( |
double |
a_percentComplete | ) |
|
|
inlineoverrideprivatevirtual |
captures the progress of an operation
- Parameters
-
a_percentComplete | The percent complete. |
Implements xms::Observer.
Definition at line 231 of file Observer.cpp.
◆ TimeElapsedInSeconds()
virtual void MockObserver::TimeElapsedInSeconds |
( |
double |
a_elapsedSeconds | ) |
|
|
inlineoverrideprivatevirtual |
- Parameters
-
a_elapsedSeconds | The elapsed time since the operation began. |
Reimplemented from xms::Observer.
Definition at line 249 of file Observer.cpp.
◆ TimeRemainingInSeconds()
virtual void MockObserver::TimeRemainingInSeconds |
( |
double |
a_secondsRemaining | ) |
|
|
inlineoverrideprivatevirtual |
- Parameters
-
a_secondsRemaining | The time remaining for the current operation that the class is observing. |
Reimplemented from xms::Observer.
Definition at line 260 of file Observer.cpp.
The documentation for this class was generated from the following file: