Package com.brightcove.player.event
Annotation Type Emits
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Emits
Annotation 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[]
events
Array of the EventTypes that the Component will emit
-