swift
|
Dispatchable Interface. More...
Public Member Functions | |
IDispatchable ()=default | |
Default constructor. | |
virtual | ~IDispatchable ()=default |
Default destructor. | |
virtual void | dispatch ()=0 |
Dispatch execution method. | |
Dispatchable Interface.
Definition at line 25 of file dbusdispatcher.h.