7#ifndef PXR_BASE_TF_PY_MODULE_NOTICE_H
8#define PXR_BASE_TF_PY_MODULE_NOTICE_H
12#include "pxr/base/tf/api.h"
17PXR_NAMESPACE_OPEN_SCOPE
34 std::string
const &
GetName() {
return _name; }
40PXR_NAMESPACE_CLOSE_SCOPE
The base class for objects used to notify interested parties (listeners) when events have occurred.
A TfNotice that is sent when a script module is loaded.
std::string const & GetName()
Return the name of the module that was loaded.