Wiretap API  <small>Wiretap 2021.2</small>
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WireTapNodeEvent::Handler Class Referenceabstract

Wiretap Server Event Handler interface. More...

Public Member Functions

virtual void operator() (const WireTapNodeEvent &event)=0
 This function is called in response to events that occur on the node to which the class is registered. More...
 
virtual ~Handler ()=default
 

Detailed Description

Wiretap Server Event Handler interface.

Derive from this interface to implement a callback on event reception

See Also
WireTapServerHandle.registerEventHandler

Constructor & Destructor Documentation

virtual WireTapNodeEvent::Handler::~Handler ( )
virtualdefault

Member Function Documentation

virtual void WireTapNodeEvent::Handler::operator() ( const WireTapNodeEvent event)
pure virtual

This function is called in response to events that occur on the node to which the class is registered.

Parameters
[in]eventA copy of the event being fired

The documentation for this class was generated from the following file: