 |
Belle II Software
release-05-02-19
|
38 template <
typename ... types >
39 static void notify(
const types& ...) {};
44 template <
typename ... types >
45 static bool initialize(
const types& ...) {
return true; };
50 template <
typename ... types >
51 static void prepare(
const types& ...) {};
56 template <
typename ... types >
57 static void collect(
const types& ...) {};
68 template <
typename ... types >
static void collect(const types &...)
static method used by the observed object to prepare the observer it is called by the boolean filter ...
~VoidObserver()
An empty destructor for an empty class.
static void notify(const types &...)
static method used by the observed object to notify the observer.
Abstract base class for different kinds of events.
static void prepare(const types &...)
static method used by the observed object to prepare the observer it is called by the boolean filter ...
VoidObserver()
An empty constructor for an empty class.
static bool initialize(const types &...)
static method used by the observed object to initialize the observer it is called once usually from t...
static void terminate(const types &...)
static method used by the observed object to terminate the observer.