|
|
Re: Action Listeners
|
Posted: Nov 17, 2005 10:14 PM
|
|
Not directly.
If you are watching one specific file you can use a timer to get informations about the file, in this case: 'last time changed'. If this info alters, then you can launch whatever you do. However, if it should look like real time, you need small timer intervals, which means high processor usage.
I would try to write a COM port for a Java program (try JIntegra for creating and accessing COM functions using Java) and to write something in word that accesses that method when saving. Don't know which sort of scripts Word supports.
|
|