-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
None
public abstract boolean ignoreCancelled
Define if the handler ignores a cancelled event.
If ignoreCancelled is true and the event is cancelled, the method is not called. Otherwise, the method is always called.
If you are ignoring the cancel then true would mean it ignores it, not allow it to be cancelled still.
Minor issue just in the JD not worth putting in a PR for something this trivial