22 module
com { module sun { module star { module script {
37 [in]
string aListenerType,
38 [in]
string aAddListenerParam )
54 [in]
string aListenerType,
55 [in]
string aAddListenerParam,
56 [in]
string aEventMethod )
68 [in]
string aListenerType,
69 [in]
string aRemoveListenerParam,
makes it possible to attach script events given by a sequence of ScriptEventDescriptor structures to ...
Definition: XEventAttacher.idl:27
base interface for all event listeners interfaces.
Definition: XEventListener.idl:26
Definition: Ambiguous.idl:20
is thrown by an attacher if an adapter service cannot create the appropriate adapter.
Definition: CannotCreateAdapterException.idl:31
specifies a listener combining all methods of a listener interface in a single generic call...
Definition: XAllListener.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This exception is thrown when an exception happens during introspection.
Definition: IntrospectionException.idl:30
This exception is thrown when a needed service is not found.
Definition: ServiceNotRegisteredException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45