
When one of these events occurs, which is indicated by the fire() method being called, the associated handleAsyncEvent() methods of instances of AsyncEventHandler are scheduled and thus perform the required logic.
to:
When one of these events occurs, which is indicated by the fire() method being called, the associated instances of AsyncEventHandler are scheduled and the handleAsyncEvent() methods are invoked, thus the required logic is performed.