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