CatapultServer
v0.5.0.1 (Elephant)
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
m
r
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
Macros
b
c
d
e
f
g
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
NotificationSubscriber.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
Notifications.h
"
23
24
namespace
catapult
{
namespace
model {
25
27
class
NotificationSubscriber
{
28
public
:
29
virtual
~NotificationSubscriber
() =
default
;
30
31
public
:
33
virtual
void
notify
(
const
Notification
& notification) = 0;
34
};
35
}}
catapult::model::NotificationSubscriber
A notification subscriber.
Definition:
NotificationSubscriber.h:27
Notifications.h
catapult::model::NotificationSubscriber::~NotificationSubscriber
virtual ~NotificationSubscriber()=default
catapult::model::Notification
A basic notification.
Definition:
Notifications.h:36
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::model::NotificationSubscriber::notify
virtual void notify(const Notification ¬ification)=0
Notifies the subscriber of notification.
catapult-server
src
catapult
model
NotificationSubscriber.h
Generated by
1.8.16