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
StateChangeSubscriber.h
Go to the documentation of this file.
1
21
#pragma once
22
23
namespace
catapult
{
24
namespace
model {
class
ChainScore
; }
25
namespace
subscribers {
struct
StateChangeInfo; }
26
}
27
28
namespace
catapult
{
namespace
subscribers {
29
31
class
StateChangeSubscriber
{
32
public
:
33
virtual
~StateChangeSubscriber
() =
default
;
34
35
public
:
37
virtual
void
notifyScoreChange
(
const
model::ChainScore
& chainScore) = 0;
38
40
virtual
void
notifyStateChange
(
const
StateChangeInfo
& stateChangeInfo) = 0;
41
};
42
}}
catapult::subscribers::StateChangeSubscriber::~StateChangeSubscriber
virtual ~StateChangeSubscriber()=default
catapult::subscribers::StateChangeSubscriber
State change subscriber.
Definition:
StateChangeSubscriber.h:31
catapult::model::ChainScore
Definition:
ChainScore.h:30
catapult::subscribers::StateChangeSubscriber::notifyScoreChange
virtual void notifyScoreChange(const model::ChainScore &chainScore)=0
Indicates chain score was changed to chainScore.
catapult::subscribers::StateChangeInfo
State change information.
Definition:
StateChangeInfo.h:29
ChainScore
model::ChainScore ChainScore
Definition:
tools/health/main.cpp:43
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::subscribers::StateChangeSubscriber::notifyStateChange
virtual void notifyStateChange(const StateChangeInfo &stateChangeInfo)=0
Indicates state was changed with change information in stateChangeInfo.
catapult-server
src
catapult
subscribers
StateChangeSubscriber.h
Generated by
1.8.16