summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XScriptListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XScriptListener.idl')
-rw-r--r--udkapi/com/sun/star/script/XScriptListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/script/XScriptListener.idl b/udkapi/com/sun/star/script/XScriptListener.idl
index aa076123fbb7..6c106078ec79 100644
--- a/udkapi/com/sun/star/script/XScriptListener.idl
+++ b/udkapi/com/sun/star/script/XScriptListener.idl
@@ -26,23 +26,19 @@
#include <com/sun/star/reflection/InvocationTargetException.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** makes it possible to receive <type>ScriptEvent</type>s.
*/
published interface XScriptListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** gets called when an event takes place. For that a
<type>ScriptEventDescriptor</type> is registered at and
attached to an object by an <type>XEventAttacherManager</type>.
*/
void firing( [in] com::sun::star::script::ScriptEvent aEvent );
- //-------------------------------------------------------------------------
/** gets called when a "vetoable event" occurs at the object.
*/
any approveFiring( [in] com::sun::star::script::ScriptEvent aEvent )
@@ -50,7 +46,6 @@ published interface XScriptListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };