Annotation Type ThingworxEventDefinitions
-
@Target(TYPE) @Retention(RUNTIME) @ThingworxExtensionApiAnnotation(since={6,6}) public @interface ThingworxEventDefinitions
Contains a collection of event definitions that this entity type owns and may fire over the course of its lifetime.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ThingworxEventDefinition[]
events
Required parameter: a collection of event definitions appropriate to this class.
-
-
-
Element Detail
-
events
ThingworxEventDefinition[] events
Required parameter: a collection of event definitions appropriate to this class.
-
-