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

Generated for Nemo v2.4.0 by  doxygen 1.9.1 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR