Audacity 3.2.0
|
May be supplied to constructor of Publisher to customize exception handling. More...
#include <Observer.h>
Public Member Functions | |
virtual | ~ExceptionPolicy () noexcept |
virtual void | OnBeginPublish ()=0 |
Called at the start of each publication. More... | |
virtual bool | OnEachFailedCallback () noexcept(false)=0 |
virtual void | OnEndPublish () noexcept(false)=0 |
Called at the end of each publication, if exiting normally; may throw. More... | |
May be supplied to constructor of Publisher to customize exception handling.
Definition at line 29 of file Observer.h.
|
virtualdefaultnoexcept |
|
pure virtual |
Called at the start of each publication.
Referenced by Observer::detail::RecordList::Visit().
|
pure virtualnoexcept |
Referenced by Observer::detail::RecordList::Visit().
|
pure virtualnoexcept |
Called at the end of each publication, if exiting normally; may throw.
Referenced by Observer::detail::RecordList::Visit().