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