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,
 
 
This exception is thrown when an exception happens during introspection.
Definition IntrospectionException.idl:31
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
is thrown by an attacher if an adapter service cannot create the appropriate adapter.
Definition CannotCreateAdapterException.idl:32
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
specifies a listener combining all methods of a listener interface in a single generic call.
Definition XAllListener.idl:31
makes it possible to attach script events given by a sequence of ScriptEventDescriptor structures to ...
Definition XEventAttacher.idl:28
void removeListener([in] com::sun::star::uno::XInterface xTarget, [in] string aListenerType, [in] string aRemoveListenerParam, [in] com::sun::star::lang::XEventListener xToRemoveListener)
removes a listener object as a listener from the given interface.
com::sun::star::lang::XEventListener attachListener([in] com::sun::star::uno::XInterface xTarget, [in] com::sun::star::script::XAllListener xAllListener, [in] any aHelper, [in] string aListenerType, [in] string aAddListenerParam)
registers the given "AllListener" object as a listener at the given interface by creating a suitable ...
com::sun::star::lang::XEventListener attachSingleEventListener([in] com::sun::star::uno::XInterface xTarget, [in] com::sun::star::script::XAllListener xAllListener, [in] any aHelper, [in] string aListenerType, [in] string aAddListenerParam, [in] string aEventMethod)
registers an object as a listener at the given interface by creating a suitable listener adapter and ...
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20