#include <EventHandler.h>
Public Member Functions | |
virtual void | handle_signal (int signum) |
TestHandler () | |
Public Attributes | |
int | flag |
Definition at line 60 of file EventHandler.h.
libdap::TestHandler::TestHandler | ( | ) | [inline] |
Definition at line 65 of file EventHandler.h.
virtual void libdap::TestHandler::handle_signal | ( | int | signum | ) | [inline, virtual] |
Hook method for SignalHandler. If a concrete instance of this class is registered with SignalHandler, this method will be called when signum
is received.
Implements libdap::EventHandler.
Definition at line 68 of file EventHandler.h.
References flag.