interface XEngineListener in module com::sun::star::script:: |
interface XEngineListener : com::sun::star::lang::XEventListener ;
makes it possible to receive events from a scripting engine.
Method Summary |
|
| interrupt | gets fired when an interrupt occurs during the script execution. |
| running | gets fired when the script gets into execution state. |
| finished | gets fired when the script execution has finished. |
Method Details |
||||
|
||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.