casa
5.7.0-16
|
Abstract interface for any object that wants to watch a PlotOperation object for changes. More...
#include <PlotOperation.h>
Public Member Functions | |
PlotOperationWatcher () | |
Constructor. More... | |
virtual | ~PlotOperationWatcher () |
Destructor. More... | |
virtual void | operationChanged (const PlotOperation &operation)=0 |
This method is called to notify the watcher that the given PlotOperation object has changed. More... | |
Abstract interface for any object that wants to watch a PlotOperation object for changes.
Definition at line 146 of file PlotOperation.h.
|
inline |
Constructor.
Definition at line 149 of file PlotOperation.h.
|
inlinevirtual |
Destructor.
Definition at line 152 of file PlotOperation.h.
|
pure virtual |
This method is called to notify the watcher that the given PlotOperation object has changed.
Implemented in casa::PlotMSDrawThread, and casa::PlotMSExportThread.