Uses of Interface
org.eclipse.ditto.things.model.signals.events.ThingEvent
Packages that use ThingEvent
-
Uses of ThingEvent in org.eclipse.ditto.things.model.signals.events
Classes in org.eclipse.ditto.things.model.signals.events with type parameters of type ThingEventModifier and TypeInterfaceDescriptioninterfaceThingEvent<T extends ThingEvent<T>>Interface for all Thing-related events.Subinterfaces of ThingEvent in org.eclipse.ditto.things.model.signals.eventsModifier and TypeInterfaceDescriptioninterfaceThingModifiedEvent<T extends ThingModifiedEvent<T>>This interface describes an event which is emitted after aThingwas modified.Classes in org.eclipse.ditto.things.model.signals.events that implement ThingEventModifier and TypeClassDescriptionclassAbstractThingEvent<T extends AbstractThingEvent<T>>Abstract base class of an event store event.final classThis event is emitted after anAttributewas created.final classThis event is emitted after anAttributewas deleted.final classThis event is emitted after anAttributewas modified.final classThis event is emitted after allAttributes were created at once.final classThis event is emitted after a Thing'sAttributeswere deleted.final classThis event is emitted after allAttributes were modified at once.final classThis event is emitted after aFeaturewas created.final classThis event is emitted after a Feature'sFeatureDefinitionwas created.final classThis event is emitted after a Feature'sFeatureDefinitionwas deleted.final classThis event is emitted after a Feature'sFeatureDefinitionwas modified.final classThis event is emitted after aFeaturewas deleted.final classThis event is emitted after a Feature's desired properties were created.final classThis event is emitted after a Feature's desired properties were deleted.final classThis event is emitted after a Feature's desired properties were modified.final classThis event is emitted after a desired property of a Feature's desired properties was created.final classThis event is emitted after a desired property of a Feature's desired properties was deleted.final classThis event is emitted after a desired property of a Feature's desired properties was modified.final classThis event is emitted after aFeaturewas modified.final classThis event is emitted after a Feature'sFeaturePropertieswere created.final classThis event is emitted after a Feature'sFeaturePropertieswere deleted.final classThis event is emitted after a Feature'sFeaturePropertieswere modified.final classThis event is emitted after a Property of a Feature'sFeaturePropertieswas created.final classThis event is emitted after a Property of a Feature'sFeaturePropertieswas deleted.final classThis event is emitted after a Property of a Feature'sFeaturePropertieswas modified.final classThis event is emitted after a Thing'sFeatureswere created.final classThis event is emitted afterFeatureswere deleted.final classThis event is emitted after a Thing'sFeatureswere modified.final classThis event is emitted after a Thing'spolicyIdwas modified.final classThis event is emitted after aThingwas created.final classThis event is emitted after aThingDefinitions was created.final classThis event is emitted after a Thing'sThingDefinitionwere deleted.final classThis event is emitted after a Thing'sdefinitionwas modified.final classThis event is emitted after aThingwas deleted.final classThis event is emitted after aThingwas merged.final classThis event is emitted after aThingwas modified.Methods in org.eclipse.ditto.things.model.signals.events with parameters of type ThingEventModifier and TypeMethodDescriptionThingEventToThingConverter.thingEventToThing(ThingEvent<?> thingEvent) Creates a Thing from the passed ThingEvent.