Annotation Interface Event.HasResult

Enclosing class:
Event

@Deprecated(forRemoval=true) @Retention(RUNTIME) @Target(TYPE) public static @interface Event.HasResult
Deprecated, for removal: This API element is subject to removal in a future version.
Use a custom type and custom methods appropriate for your event, instead of the overly general Event.Result enum. Event.getResult() and Event.setResult(Result) will be removed in a future version.