#include <EventHandler.h>
Inheritance diagram for TestHandler:
Public Member Functions | |
virtual void | handle_signal (int signum) |
TestHandler () | |
Public Attributes | |
int | flag |
Definition at line 59 of file EventHandler.h.
|
Definition at line 64 of file EventHandler.h. References flag. |
|
Hook method for SignalHandler. If a concrete instance of this class is registered with SignalHandler, this method will be called when Implements EventHandler. Definition at line 67 of file EventHandler.h. References flag. |
|
Definition at line 62 of file EventHandler.h. Referenced by handle_signal(), and TestHandler(). |