Wiretap API  <small>Wiretap 2020.1</small>
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 ()
 

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

§ ~Handler()

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

Member Function Documentation

§ operator()()

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: