#include <privmx/endpoint/core/Events.hpp>
'Events' provides the helpers methods for module's events management.
|
static |
Gets Event held in the 'EventHolder' as an 'CollectionChangedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'ContextUserAddedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'ContextUserRemovedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'ContextUsersStatusChangedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'LibBreakEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'LibConnectedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'LibDisconnectedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'LibPlatformDisconnectedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'CollectionChangedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'ContextUserAddedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'ContextUserRemovedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'ContextUsersStatusChangedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'LibBreakEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'LibConnectedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'LibDisconnectedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'LibPlatformDisconnectedEvent'
| eventHolder | holder object that wraps the 'Event' |