Package jadex.bdiv3.annotation
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.
-