FlightGear next
flightgear::swift::IDispatchable Class Referenceabstract

Dispatchable Interface. More...

#include <dbusdispatcher.h>

Inherited by flightgear::swift::CDBusConnection, and flightgear::swift::CDBusServer.

Public Member Functions

 IDispatchable ()=default
 Default constructor.
 
virtual ~IDispatchable ()=default
 Default destructor.
 
virtual void dispatch ()=0
 Dispatch execution method.
 

Detailed Description

Dispatchable Interface.

Definition at line 26 of file dbusdispatcher.h.

Constructor & Destructor Documentation

◆ IDispatchable()

flightgear::swift::IDispatchable::IDispatchable ( )
default

Default constructor.

◆ ~IDispatchable()

virtual flightgear::swift::IDispatchable::~IDispatchable ( )
virtualdefault

Default destructor.

Member Function Documentation

◆ dispatch()

virtual void flightgear::swift::IDispatchable::dispatch ( )
pure virtual

Dispatch execution method.

Implemented in flightgear::swift::CDBusConnection, and flightgear::swift::CDBusServer.


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