Nemo  2.3.56
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
handler.h
Go to the documentation of this file.
1
29#ifndef HANDLER_H
30#define HANDLER_H
31
36class Handler {
37
38public:
40 virtual void init ( ) = 0;
42 virtual void update () = 0;
43
44 virtual ~Handler ( ) { }
45};
46#endif //HANDLER_H
47
Service handler (an observer).
Definition: handler.h:36
virtual void update()=0
Updates the handler state.
virtual ~Handler()
Definition: handler.h:44
virtual void init()=0
Inits state.

Generated for Nemo v2.3.56 by  doxygen 1.9.0 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR