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