|
MT Showcase SDK
|
#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. | |
PropertyEvent is an event that is generated by PropertyGenerator. The properties of edges and nodes of the graph are defined by PropertyEvents.
| 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.