Handle-object returned by TfNotice::Register()
.
More...
Handle-object returned by TfNotice::Register()
.
When a listener is registered by TfNotice::Register()
, an object of type TfNotice::Key
is returned; this key object can be given to Revoke()
to subsequently unregister the listener with respect to that particular notice type and callback method.
Definition at line 256 of file notice.h.
◆ IsValid()
Does this key refer to a valid notification?
IsValid
will return true if this key refers to a currently active notification. Revoking the key will make it invalid again.
Definition at line 264 of file notice.h.
◆ operator bool()
Does this key refer to a valid notification?
The boolean operator is identical to IsValid()
above.
Definition at line 271 of file notice.h.
The documentation for this class was generated from the following file: