19 #ifndef __com_sun_star_script_XEventAttacherManager_idl__ 20 #define __com_sun_star_script_XEventAttacherManager_idl__ 34 module
com { module sun { module star { module script {
50 void registerScriptEvent( [in]
long nIndex,
72 void registerScriptEvents( [in]
long nIndex,
73 [in] sequence<com::sun::star::script::ScriptEventDescriptor> aScriptEvents )
93 void revokeScriptEvent( [in]
long nIndex,
94 [in]
string aListenerType,
95 [in]
string aEventMethod,
96 [in]
string aRemoveListenerParam )
107 void revokeScriptEvents( [in]
long nIndex )
115 void insertEntry( [in]
long nIndex )
127 void removeEntry( [in]
long nIndex )
139 sequence<com::sun::star::script::ScriptEventDescriptor> getScriptEvents( [in]
long Index )
151 void attach( [in]
long nIndex,
166 void detach( [in]
long nIndex,
Definition: Ambiguous.idl:22
describes an effect, especially a script to be executed, for a certain event given by the listener ty...
Definition: ScriptEventDescriptor.idl:30
registers listeners for specified events.
Definition: XEventAttacherManager.idl:38
makes it possible to receive ScriptEvents.
Definition: XScriptListener.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This exception is thrown when a needed service is not found.
Definition: ServiceNotRegisteredException.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47