Kea 2.7.5
|
Callback for the DNSClient
class.
More...
#include <dns_client.h>
Public Member Functions | |
virtual | ~Callback () |
Virtual destructor. | |
virtual void | operator() (DNSClient::Status status)=0 |
Function operator implementing a callback. | |
Callback for the DNSClient
class.
This is an abstract class which represents the external callback for the DNSClient
. Caller must implement this class and supply its instance in the DNSClient
constructor to get callbacks when the DNS Update exchange is complete (
DNSClient
). Definition at line 72 of file dns_client.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 75 of file dns_client.h.
|
pure virtual |
Function operator implementing a callback.
status | a DNSClient::Status enum representing status code of DNSClient operation. |
Implemented in isc::d2::NameChangeTransaction.