LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Attributes | List of all members
AllEventObject Struct Referencepublished

This event is a wrapper for an original event in a forwarding event. More...

import"AllEventObject.idl";

Inheritance diagram for AllEventObject:
EventObject ScriptEvent

Public Types

typedef sequence< any > Arguments
 The arguments of the original method. More...
 

Public Attributes

any Helper
 A helper value for the implementation that can be used arbitrarily. More...
 
type ListenerType
 contains the type of the original listener. More...
 
string MethodName
 The original method name on which the event was fired. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

This event is a wrapper for an original event in a forwarding event.

Usually the original event is the first argument in the array of arguments.

Member Typedef Documentation

◆ Arguments

sequence<any> Arguments

The arguments of the original method.

Member Data Documentation

◆ Helper

any Helper

A helper value for the implementation that can be used arbitrarily.

This field reflects the third parameter of the method XAllListenerAdapterService::createAllListerAdapter().

◆ ListenerType

type ListenerType

contains the type of the original listener.

◆ MethodName

string MethodName

The original method name on which the event was fired.


The documentation for this struct was generated from the following file: