casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::PlotOperationWatcher Class Reference

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

List of all members.

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.

Detailed Description

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

Definition at line 149 of file PlotOperation.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 152 of file PlotOperation.h.

Destructor.

Definition at line 155 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::PlotMSExportThread, and casa::PlotMSDrawThread.


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