OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
ConnectionStateListener Class Referenceabstract

Public Member Functions

virtual void onConnectionStateChanged (const ConnectionStateChange &)=0

Protected Member Functions

virtual ~ConnectionStateListener ()

Detailed Description

Definition at line 31 of file ConnectionStateListener.h.

Constructor & Destructor Documentation

◆ ~ConnectionStateListener()

virtual ~ConnectionStateListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Definition at line 39 of file ConnectionStateListener.h.

Member Function Documentation

◆ onConnectionStateChanged()

virtual void onConnectionStateChanged ( const ConnectionStateChange & )
pure virtual

Implement this member to get notifications when the Handler's connection state changes.