Annotation Interface IgnoreCancelled


@Retention(RUNTIME) @Target(METHOD) public @interface IgnoreCancelled
Indicates that the annotated event listener method should ignore cancelled events. When applied, the event system will not invoke the method if the event has been cancelled.