22 module
com { module sun { module star { module script {
61 [in] sequence<com::sun::star::script::ScriptEventDescriptor> aScriptEvents )
82 [in]
string aListenerType,
83 [in]
string aEventMethod,
84 [in]
string aRemoveListenerParam )
127 sequence<com::sun::star::script::ScriptEventDescriptor>
getScriptEvents( [in]
long Index )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown when a needed service is not found.
Definition ServiceNotRegisteredException.idl:30
registers listeners for specified events.
Definition XEventAttacherManager.idl:27
void registerScriptEvent([in] long nIndex, [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent)
registers one event for an object identified by its index.
void insertEntry([in] long nIndex)
creates an empty entry at the given position.
void removeScriptListener([in] com::sun::star::script::XScriptListener Listener)
removes a XScriptListener from the listener list.
void detach([in] long nIndex, [in] com::sun::star::uno::XInterface xObject)
detaches all the ScriptEvents from the given object which are registered at this object for the given...
void removeEntry([in] long nIndex)
removes the entry at the given position.
void registerScriptEvents([in] long nIndex, [in] sequence< com::sun::star::script::ScriptEventDescriptor > aScriptEvents)
registers several events for an object identified by its index.
void revokeScriptEvents([in] long nIndex)
revokes all events which are registered for the given index.
void revokeScriptEvent([in] long nIndex, [in] string aListenerType, [in] string aEventMethod, [in] string aRemoveListenerParam)
revokes the registration of an event.
void addScriptListener([in] com::sun::star::script::XScriptListener xListener)
adds an XScriptListener that will be notified when an event takes place.
void attach([in] long nIndex, [in] com::sun::star::uno::XInterface xObject, [in] any aHelper)
attaches all the ScriptEvents which are registered for the given index to the given object.
sequence< com::sun::star::script::ScriptEventDescriptor > getScriptEvents([in] long Index)
makes it possible to receive ScriptEvents.
Definition XScriptListener.idl:27
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
describes an effect, especially a script to be executed, for a certain event given by the listener ty...
Definition ScriptEventDescriptor.idl:29