* just before app is closed for any reason.
*/
private void registerAppCloseEventListener()
{
// Register listener that is called just before app is closed.
Application.addApplicationListener(new ApplicationAdapter()
{
/**
* Invoked if the application is closing.
*
* @param evt the related <code>ApplicationEvent</code>.