Nemo  2.4.0b
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 
36 class Handler {
37 
38 public:
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.4.0b by  doxygen 1.9.1 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR