casa
$Rev:20696$
|
Interface for objects that want to be notified when the tracker tool changes. More...
#include <PlotTool.h>
Public Member Functions | |
PlotTrackerToolNotifier () | |
virtual | ~PlotTrackerToolNotifier () |
Protected Member Functions | |
virtual void | notifyTrackerChanged (PlotTrackerTool &tool)=0 |
This method is called AFTER the tracker has been updated. | |
Friends | |
class | PlotTrackerTool |
Interface for objects that want to be notified when the tracker tool changes.
Definition at line 658 of file PlotTool.h.
Definition at line 662 of file PlotTool.h.
virtual casa::PlotTrackerToolNotifier::~PlotTrackerToolNotifier | ( | ) | [inline, virtual] |
Definition at line 663 of file PlotTool.h.
virtual void casa::PlotTrackerToolNotifier::notifyTrackerChanged | ( | PlotTrackerTool & | tool | ) | [protected, pure virtual] |
This method is called AFTER the tracker has been updated.
Implemented in casa::PlotMSToolsTab.
friend class PlotTrackerTool [friend] |
Definition at line 659 of file PlotTool.h.