casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casa::PlotOperationWatcher Class Referenceabstract

Abstract interface for any object that wants to watch a PlotOperation object for changes. More...

#include <PlotOperation.h>

Inheritance diagram for casa::PlotOperationWatcher:
casa::PlotMSDrawThread casa::PlotMSExportThread

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...
 

Detailed Description

Abstract interface for any object that wants to watch a PlotOperation object for changes.

Definition at line 146 of file PlotOperation.h.

Constructor & Destructor Documentation

casa::PlotOperationWatcher::PlotOperationWatcher ( )
inline

Constructor.

Definition at line 149 of file PlotOperation.h.

virtual casa::PlotOperationWatcher::~PlotOperationWatcher ( )
inlinevirtual

Destructor.

Definition at line 152 of file PlotOperation.h.

Member Function Documentation

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::PlotMSDrawThread, and casa::PlotMSExportThread.


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