RESPECT

Cancellation is respected on a per-handler basis, but does not stop the event-dispatch pipeline.

In this mode:

  • If the event is not canceled, all handlers run.

  • If the event is canceled, handlers are invoked only if they explicitly allow receiving canceled events via EventHandler.runIfCanceled.

Properties

Link copied to clipboard
Link copied to clipboard