[tcljava-user] How to know when a java application is closed from tcl
Brought to you by:
mdejong
From: Eva P. M. <evi...@gm...> - 2009-02-19 11:12:29
|
Hi, I want to open a java application from a Tcl application and then, when the java application is closed, let it know to the Tcl application. I think I could do this with the tcl blend library using the command java::bind $p windowClosed. Is it correct or there is a better way to do this? Thanks. |