19 #ifndef __com_sun_star_script_XEventAttacher_idl__
20 #define __com_sun_star_script_XEventAttacher_idl__
38 module
com { module sun { module star { module script {
53 [in]
string aListenerType,
54 [in]
string aAddListenerParam )
70 [in]
string aListenerType,
71 [in]
string aAddListenerParam,
72 [in]
string aEventMethod )
84 [in]
string aListenerType,
85 [in]
string aRemoveListenerParam,
makes it possible to attach script events given by a sequence of ScriptEventDescriptor structures to ...
Definition: XEventAttacher.idl:43
base interface for all event listeners interfaces.
Definition: XEventListener.idl:32
– idl definition –
Definition: Ambiguous.idl:22
is thrown by an attacher if an adapter service cannot create the appropriate adapter.
Definition: CannotCreateAdapterException.idl:35
specifies a listener combining all methods of a listener interface in a single generic call...
Definition: XAllListener.idl:38
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 an exception happens during introspection.
Definition: IntrospectionException.idl:34
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