This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Description
Consider two windows of one application. Both have the Application object and registered onpause() handlers.
When a pause event is triggered, which handler will process first?
And if one handler calls exit(), then will the other handler be called before application quit?
This issue may also exist when a management app has got the app's Application object.