Mantid
Loading...
Searching...
No Matches
RegionSelectorObserver.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2022 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "MantidAPI/DllConfig.h"
10
11namespace Mantid::API {
12class MANTID_API_DLL RegionSelectorObserver {
13public:
15 virtual void notifyRegionChanged() = 0;
16};
17} // namespace Mantid::API