#include <event_handling.h>
The identifier of the event connection.
When the application attaches event handler callbacks, it gets in return these objects. Deleting the EventConnection instance does not disconnect the handler - the events will invoke the handler as long as the client instance is alive. Invoking the disconnect() function on the EventConnection disconnects the handler.
◆ ~EventConnection()
virtual millicast::EventConnection::~EventConnection |
( |
| ) |
|
|
virtualdefault |
◆ disconnect()
virtual void millicast::EventConnection::disconnect |
( |
| ) |
|
|
pure virtual |
Stop receiving the event notifications.
The documentation for this class was generated from the following file: