Bitcoin ABC 0.30.5
P2P Digital Currency
|
A base class defining functions for notifying about certain kernel events. More...
#include <notifications_interface.h>
Public Member Functions | |
virtual | ~Notifications () |
virtual void | blockTip (SynchronizationState state, CBlockIndex &index) |
virtual void | headerTip (SynchronizationState state, int64_t height, int64_t timestamp, bool presync) |
virtual void | progress (const bilingual_str &title, int progress_percent, bool resume_possible) |
virtual void | warning (const std::string &warning) |
A base class defining functions for notifying about certain kernel events.
Definition at line 21 of file notifications_interface.h.
|
inlinevirtual |
Definition at line 23 of file notifications_interface.h.
|
inlinevirtual |
Reimplemented in node::KernelNotifications.
Definition at line 25 of file notifications_interface.h.
|
inlinevirtual |
Reimplemented in node::KernelNotifications.
Definition at line 26 of file notifications_interface.h.
|
inlinevirtual |
Reimplemented in node::KernelNotifications.
Definition at line 28 of file notifications_interface.h.
|
inlinevirtual |
Reimplemented in node::KernelNotifications.
Definition at line 30 of file notifications_interface.h.