Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Kernel::DataService< T >::PostDeleteNotification Class Reference

PostDeleteNotification is sent after an object is deleted from the data service. More...

#include <DataService.h>

Inheritance diagram for Mantid::Kernel::DataService< T >::PostDeleteNotification:
Mantid::Kernel::DataService< T >::NamedObjectNotification

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...
 

Detailed Description

template<typename T>
class Mantid::Kernel::DataService< T >::PostDeleteNotification

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.

Constructor & Destructor Documentation

◆ PostDeleteNotification()

template<typename T >
Mantid::Kernel::DataService< T >::PostDeleteNotification::PostDeleteNotification ( const std::string &  name)
inline

Constructor.

Definition at line 159 of file DataService.h.


The documentation for this class was generated from the following file: