Java Web Start AutoVue Client Server 21.0.1
Working with AutoVue Electro-Mechanical Professional (21.0.1) and Java Web Start.
I am trying to capture and trigger the event when the AutoVue window is closing. I've tried the following code:
myAvApp.setEventListener('eventClose', myAvApp.EVENTFILTER_ALL, null)
My function is never triggered. I cannot find any examples, and don't know if I'm even doing this right. Anyone?