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 169 of file PlotMSPlotManager.h.
casa::PlotMSPlotManagerWatcher::PlotMSPlotManagerWatcher | ( | ) | [inline] |
Constructor.
Definition at line 172 of file PlotMSPlotManager.h.
virtual casa::PlotMSPlotManagerWatcher::~PlotMSPlotManagerWatcher | ( | ) | [inline, virtual] |
Destructor.
Definition at line 175 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::PlotMSAnnotator, casa::PlotMSDataSummaryTab, and casa::PlotMSDBusApp.