...
Note |
---|
Event processing is a serialised operation. When an event occurs, the event handlers for that event are processed on one after the other with each handler able to cancel event handling when they process the event. |
...
Note |
---|
Event processing is a serialised operation. When an event occurs, the event handlers for that event are processed on one after the other with each handler able to cancel event handling when they process the event. |