casa
$Rev:20696$
|
Interface for any class that wants to be notified when the plots in the manager have changed. More...
#include <PlotMSPlotManager.h>
Public Member Functions | |
PlotMSPlotManagerWatcher () | |
Constructor. | |
virtual | ~PlotMSPlotManagerWatcher () |
Destructor. | |
virtual void | plotsChanged (const PlotMSPlotManager &manager)=0 |
Will be called whenever the plots in the manager change. |
Interface for any class that wants to be notified when the plots in the manager have changed.
Definition at line 145 of file PlotMSPlotManager.h.
Constructor.
Definition at line 148 of file PlotMSPlotManager.h.
virtual casa::PlotMSPlotManagerWatcher::~PlotMSPlotManagerWatcher | ( | ) | [inline, virtual] |
Destructor.
Definition at line 151 of file PlotMSPlotManager.h.
virtual void casa::PlotMSPlotManagerWatcher::plotsChanged | ( | const PlotMSPlotManager & | manager | ) | [pure virtual] |
Will be called whenever the plots in the manager change.
Implemented in casa::PlotMSDBusApp, casa::PlotMSPlotTab, and casa::PlotMSAnnotator.