During the shutdown (MolComponentManager cleanUp) of a component using a thread (fork) to send events, a MolEventNotifier that was released by the componentPassivate can be used to make a call while the system is shut down. An event that was not understood resulted in an understood exception due to the lack of the interface.
The interface cannot be set to zero because a MolEvent is garbaged, and there is a lot of refactoring to make sure that a released MolEvent instance does not have any exceptions. Except in the case of a real event that has not been understood yet.
During the shutdown (MolComponentManager cleanUp) of a component using a thread (fork) to send events, a MolEventNotifier that was released by the componentPassivate can be used to make a call while the system is shut down. An event that was not understood resulted in an understood exception due to the lack of the interface.
The interface cannot be set to zero because a MolEvent is garbaged, and there is a lot of refactoring to make sure that a released MolEvent instance does not have any exceptions. Except in the case of a real event that has not been understood yet.