Safir SDK Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Safir::Dob::StopHandler Class Referenceabstract

Interface for reception of a stop order. More...

#include <Safir/Dob/Consumer.h>

Inheritance diagram for Safir::Dob::StopHandler:
Collaboration diagram for Safir::Dob::StopHandler:

Public Member Functions

virtual ~StopHandler ()
 Virtual destructor is needed since we have virtual member functions. More...
 
virtual void OnStopOrder ()=0
 When called the application owning the connection shall stop its execution. More...
 
- Public Member Functions inherited from Safir::Dob::Internal::ConsumerBase
virtual ~ConsumerBase ()
 

Detailed Description

Interface for reception of a stop order.

Constructor & Destructor Documentation

virtual Safir::Dob::StopHandler::~StopHandler ( )
virtual

Virtual destructor is needed since we have virtual member functions.

Member Function Documentation

virtual void Safir::Dob::StopHandler::OnStopOrder ( )
pure virtual

When called the application owning the connection shall stop its execution.