Disposition - noxrepo/nox-classic GitHub Wiki

NOX Components can be regarded as smart event handlers for NOX Events. As a Component processes an Event, it can declare whether the Event will be passed on to the next event handler in the processing chain. This is done by returning a Disposition, which can be either STOP (drop the event) or CONTINUE (pass the event to the next Component).

⚠️ **GitHub.com Fallback** ⚠️