22 module
com { module sun { module star { module script {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
makes it possible to receive events from a scripting engine.
Definition XEngineListener.idl:28
void finished([in] com::sun::star::script::FinishEngineEvent Evt)
gets fired when the script execution has finished.
void running([in] com::sun::star::lang::EventObject Evt)
gets fired when the script gets into execution state.
void interrupt([in] com::sun::star::script::InterruptEngineEvent Evt)
gets fired when an interrupt occurs during the script execution.
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28
event contains the reasons and the data for the XEngineListener::finished() method.
Definition FinishEngineEvent.idl:29
describes an interrupt which occurs in the scripting engine.
Definition InterruptEngineEvent.idl:28