Mantid
|
PostDeleteNotification is sent after an object is deleted from the data service. More...
#include <DataService.h>
Public Member Functions | |
PostDeleteNotification (const std::string &name) | |
Constructor. More... | |
Public Member Functions inherited from Mantid::Kernel::DataService< T >::NamedObjectNotification | |
NamedObjectNotification (const std::string &name) | |
const std::string & | objectName () const |
Returns the name of the object. More... | |
PostDeleteNotification is sent after an object is deleted from the data service.
name() returns the name of the object being deleted. The object no longer exists when the notification is received by an observer.
Definition at line 156 of file DataService.h.
|
inline |
Constructor.
Definition at line 159 of file DataService.h.