Page 1 of 1

Listener definitions

Posted: 17 Aug 2019 9:48
by Loffy
I am keen to understand the precise definitions of certain Listener events. That is, precisely when they are activated.

Some are obvious from their name. Others are not. For example "onDestroy".

Can someone please indicate where I can find all of the listener defintions?

Regards,

Loffy

Re: Listener definitions

Posted: 19 Aug 2019 21:19
by Thomas Linder Puls
onDestroy is a destroyListener, which is invoked when the window is destroyed:

Code: Select all

domains     destroyListener = (window Source).     % @short This listener is invoked only once when the window is destroyed.     % @end