| Interface | Description |
|---|---|
| ThingEvent<T extends ThingEvent> |
Interface for all Thing-related events.
|
| ThingModifiedEvent<T extends ThingModifiedEvent> |
This interface describes an event which is emitted after a
Thing was modified. |
| Class | Description |
|---|---|
| AbstractThingEvent<T extends AbstractThingEvent> |
Abstract base class of an event store event.
|
| AclEntryCreated |
This event is emitted after a Thing ACL entry was created.
|
| AclEntryDeleted |
This event is emitted after a Thing ACL entry was deleted.
|
| AclEntryModified |
This event is emitted after a Thing ACL entry was modified.
|
| AclModified |
This event is emitted after the Thing ACL was modified.
|
| AttributeCreated |
This event is emitted after an
Attribute was created. |
| AttributeDeleted |
This event is emitted after an
Attribute was deleted. |
| AttributeModified |
This event is emitted after an
Attribute was modified. |
| AttributesCreated |
This event is emitted after all
Attributes were created at once. |
| AttributesDeleted |
This event is emitted after a Thing's
Attributes were deleted. |
| AttributesModified |
This event is emitted after all
Attributes were modified at once. |
| FeatureCreated |
This event is emitted after a
Feature was created. |
| FeatureDefinitionCreated |
This event is emitted after a Feature's
FeatureDefinition was created. |
| FeatureDefinitionDeleted |
This event is emitted after a Feature's
FeatureDefinition was deleted. |
| FeatureDefinitionModified |
This event is emitted after a Feature's
FeatureDefinition was modified. |
| FeatureDeleted |
This event is emitted after a
Feature was deleted. |
| FeatureModified |
This event is emitted after a
Feature was modified. |
| FeaturePropertiesCreated |
This event is emitted after a Feature's
FeatureProperties were created. |
| FeaturePropertiesDeleted |
This event is emitted after a Feature's
FeatureProperties were deleted. |
| FeaturePropertiesModified |
This event is emitted after a Feature's
FeatureProperties were modified. |
| FeaturePropertyCreated |
This event is emitted after a Property of a Feature's
FeatureProperties was
created. |
| FeaturePropertyDeleted |
This event is emitted after a Property of a Feature's
FeatureProperties was
deleted. |
| FeaturePropertyModified |
This event is emitted after a Property of a Feature's
FeatureProperties was
modified. |
| FeaturesCreated |
This event is emitted after a Thing's
Features were created. |
| FeaturesDeleted |
This event is emitted after
Features were deleted. |
| FeaturesModified |
This event is emitted after a Thing's
Features were modified. |
| PolicyIdCreated |
This event is emitted after a Thing's
policyId was created (e.g. |
| PolicyIdModified |
This event is emitted after a Thing's
policyId was modified. |
| ThingCreated |
This event is emitted after a
Thing was created. |
| ThingDeleted |
This event is emitted after a
Thing was deleted. |
| ThingEvent.JsonFields |
An enumeration of the known
JsonFields of an event. |
| ThingEventRegistry |
An
EventRegistry aware of all ThingEvents. |
| ThingEventToThingConverter |
Helpers and utils for converting
ThingEvents to Things. |
| ThingModified |
This event is emitted after a
Thing was modified. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.