Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
| :: com :: sun :: star :: script ::  | 
| struct ScriptEventDescriptor | 
|  | 
| 
Descriptiondescribes an effect, especially a script to be executed,
 for a certain event given by the listener type and the name of the 
 event method.
  | 
| Elements' Summary | 
| ListenerType | listener type as string, same as listener-XIdlClass.getName(). | 
| EventMethod | event method as string. | 
| AddListenerParam | data to be used if the addListener method needs an additional
 parameter. | 
| ScriptType | type of the script language as string; for example, "Basic" or "StarScript". | 
| ScriptCode | script code as string (the code has to correspond with the language
 defined by ScriptType). | 
| Elements' Details | 
| ListenerType 
| string ListenerType; 
 
Descriptionlistener type as string, same as listener-XIdlClass.getName().
  |  | 
| EventMethod 
| string EventMethod; 
 
Descriptionevent method as string.
  |  | 
| AddListenerParam 
| string AddListenerParam; 
 
Descriptiondata to be used if the addListener method needs an additional
 parameter. 
 If the type of this parameter is different from string,
 it will be converted, when added. |  | 
| ScriptType 
| string ScriptType; 
 
Descriptiontype of the script language as string; for example, "Basic" or "StarScript".
  |  | 
| ScriptCode 
| string ScriptCode; 
 
Descriptionscript code as string (the code has to correspond with the language
 defined by ScriptType).
  |  | 
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.