cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Application Quit Event?

keithmberard
1-Newbie

Application Quit Event?

Hi again,

I'm wondering if there's a specific event (that I can add to Application.addEventListener) that specifically handles when Epic itself is quitting.

I know I can look for window_closed or window_closing, and then, presumably, check if there is only one window present, but I'm wondering if there is a better, or more direct way.


I'd like to stick with AOM, and avoid ACL callbacks if at all possible, as our codebase is primarily Java.

Thanks,
keith
2 REPLIES 2

Keith,
There is an event called ApplicationClosing that should do what you are
looking for. Documentation for it can be found in the Programmer's Guide
in chapter 12.
--
Brian Jensen

Kyoshinsha Co. Ltd.
brian@kik.co.jp
2-9-5 Morinomiya-chuo Chuo-ku
Osaka 540-0003 Japan
Tel: 81-6-6941-8881
Fax: 81-6-6941-1053


Keith Berard wrote:
> Hi again,
>
> I'm wondering if there's a specific event (that I can add to
> Application.addEventListener) that specifically handles when Epic itself is
> quitting.
>
> I know I can look for window_closed or window_closing, and then, presumably,
> check if there is only one window present, but I'm wondering if there is a
> better, or more direct way.
>
> I'd like to stick with AOM, and avoid ACL callbacks if at all possible, as our
> codebase is primarily Java.
>
> Thanks,
> keith

Ahh... there it is. Guess I overlooked it. Thanks!

keith

On 4/4/06, Brian Jensen <brian@kik.co.jp> wrote:
Keith,
There is an event called ApplicationClosing that should do what you are

looking for. Documentation for it can be found in the Programmer's Guide
in chapter 12.
--
Brian Jensen

Kyoshinsha Co. Ltd.
brian@kik.co.jp
2-9-5 Morinomiya-chuo Chuo-ku

Osaka 540-0003 Japan
Tel: 81-6-6941-8881
Fax: 81-6-6941-1053


Keith Berard wrote:
> Hi again,
>
> I'm wondering if there's a specific event (that I can add to
> Application.addEventListener
) that specifically handles when Epic itself is
> quitting.
>
> I know I can look for window_closed or window_closing, and then, presumably,
> check if there is only one window present, but I'm wondering if there is a

> better, or more direct way.
>
> I'd like to stick with AOM, and avoid ACL callbacks if at all possible, as our
> codebase is primarily Java.
>
> Thanks,
> keith
>>> To unsubscribe from the list, send an email to

> listmanager@maillist.arbortext.com with the following in the body: unsubscribe
> adepters - For additional information on the adepters list (how to subscribe or

> unsubscribe etc), send an email to: listmanager@maillist.arbortext.com with the
> following in the body: info Adepters - You may also go to
forums.arbortext.com
,
> enter the Adepters folder and change your subscription options and preferences.>>

Announcements