Annotation Type 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
      java.lang.String value
      First is the event type such as ChangeEvent.GOALOPTION.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String second
      Second is the element type such as GoalX
      java.lang.Class<?> secondc
      Second is the element type such as GoalX as class.
    • Element Detail

      • value

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

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

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