| Modifier and Type | Interface and Description |
|---|---|
interface |
ThingModifiedEvent<T extends ThingModifiedEvent>
This interface describes an event which is emitted after a
Thing was modified. |
| Modifier and Type | Class and Description |
|---|---|
class |
AclEntryCreated
This event is emitted after a Thing ACL entry was created.
|
class |
AclEntryDeleted
This event is emitted after a Thing ACL entry was deleted.
|
class |
AclEntryModified
This event is emitted after a Thing ACL entry was modified.
|
class |
AclModified
This event is emitted after the Thing ACL was modified.
|
class |
AttributeCreated
This event is emitted after an
Attribute was created. |
class |
AttributeDeleted
This event is emitted after an
Attribute was deleted. |
class |
AttributeModified
This event is emitted after an
Attribute was modified. |
class |
AttributesCreated
This event is emitted after all
Attributes were created at once. |
class |
AttributesDeleted
This event is emitted after a Thing's
Attributes were deleted. |
class |
AttributesModified
This event is emitted after all
Attributes were modified at once. |
class |
FeatureCreated
This event is emitted after a
Feature was created. |
class |
FeatureDefinitionCreated
This event is emitted after a Feature's
FeatureDefinition was created. |
class |
FeatureDefinitionDeleted
This event is emitted after a Feature's
FeatureDefinition was deleted. |
class |
FeatureDefinitionModified
This event is emitted after a Feature's
FeatureDefinition was modified. |
class |
FeatureDeleted
This event is emitted after a
Feature was deleted. |
class |
FeatureModified
This event is emitted after a
Feature was modified. |
class |
FeaturePropertiesCreated
This event is emitted after a Feature's
FeatureProperties were created. |
class |
FeaturePropertiesDeleted
This event is emitted after a Feature's
FeatureProperties were deleted. |
class |
FeaturePropertiesModified
This event is emitted after a Feature's
FeatureProperties were modified. |
class |
FeaturePropertyCreated
This event is emitted after a Property of a Feature's
FeatureProperties was
created. |
class |
FeaturePropertyDeleted
This event is emitted after a Property of a Feature's
FeatureProperties was
deleted. |
class |
FeaturePropertyModified
This event is emitted after a Property of a Feature's
FeatureProperties was
modified. |
class |
FeaturesCreated
This event is emitted after a Thing's
Features were created. |
class |
FeaturesDeleted
This event is emitted after
Features were deleted. |
class |
FeaturesModified
This event is emitted after a Thing's
Features were modified. |
class |
PolicyIdCreated
This event is emitted after a Thing's
policyId was created (e.g. |
class |
PolicyIdModified
This event is emitted after a Thing's
policyId was modified. |
class |
ThingCreated
This event is emitted after a
Thing was created. |
class |
ThingDeleted
This event is emitted after a
Thing was deleted. |
class |
ThingModified
This event is emitted after a
Thing was modified. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.