|
libintrovirt v0.57.4
IntroVirt introspection library
|
Interface for an event poller callback. More...
#include <EventCallback.hh>

Public Member Functions | |
| virtual void | process_event (Event &event)=0 |
| Process an incoming event. | |
| virtual | ~EventCallback ()=default |
Interface for an event poller callback.
When running a callback-style event poller, this is the event delivery mechanism.
|
virtualdefault |
|
pure virtual |
Process an incoming event.
| event | The incoming event |
Implemented in EventHandler, CallMonitor, CR3Monitor, ExecFileTool, EventHandler, MemDumpTool, ReadFileTool, WriteFileTool, and SystemCallMonitor.