LibreOffice
LibreOffice 24.2 SDK API Reference
|
This event is a wrapper for an original event in a forwarding event. More...
import"AllEventObject.idl";
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... | |
sequence< any > | Arguments |
The arguments of the original method. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
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.
sequence<any> Arguments |
The arguments of the original method.
any Helper |
A helper value for the implementation that can be used arbitrarily.
This field reflects the third parameter of the method XAllListenerAdapterService::createAllListerAdapter().
type ListenerType |
contains the type of the original listener.
string MethodName |
The original method name on which the event was fired.