MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::PropertyEvent Class Reference


More...

#include <Events.hpp>

Public Attributes

Property property
 Target property of the event. More...
 
PropertyEventType type
 Type of the event. More...
 
EdgeId edgeId
 Id of the target edge of the event.
 

Detailed Description


PropertyEvent is an event that is generated by PropertyGenerator. The properties of edges and nodes of the graph are defined by PropertyEvents.

Member Data Documentation

Property Showcase::PropertyEvent::property

Target property of the event.

In the case of PENDING event this is is completely undefined. In the case of LOST event, the value of property is undefined, but key is valid.

PropertyEventType Showcase::PropertyEvent::type

Type of the event.

See PropertyEventType.