@ComponentPropertyType @Retention(value=CLASS) @Target(value=TYPE) @RequireTypedEvent public @interface EventTopics
TypedEventConstants.TYPED_EVENT_TOPICS
service property of a TypedEventHandler
or
UntypedEventHandler
service.
This annotation can be used on a component to declare the values of the
TypedEventConstants.TYPED_EVENT_TOPICS
service property.
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
Service property specifying the
Event topics of interest to an
TypedEventHandler or UntypedEventHandler service. |
public abstract String[] value
Event
topics of interest to an
TypedEventHandler
or UntypedEventHandler
service.TypedEventConstants.TYPED_EVENT_TOPICS
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0