Annotation Interface RawEvent


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface RawEvent
Raw event allows to specify exactly on what condition to wait.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    First is the event type such as ChangeEvent.GOALOPTION.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Second is the element type such as GoalX
    Second is the element type such as GoalX as class.
  • Element Details

    • value

      String value
      First is the event type such as ChangeEvent.GOALOPTION.
    • second

      String second
      Second is the element type such as GoalX
      Default:
      "*"
    • secondc

      Class<?> secondc
      Second is the element type such as GoalX as class.
      Default:
      java.lang.Object.class