Package com.brightcove.player.event
Annotation Type Emits
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface EmitsAnnotation used for Component classes in order to describe what EventTypes this Component will Emits
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]eventsArray of the EventTypes that the Component will emit
-