22 module
com { module sun { module star { module script {
string ScriptType
type of the script language as string; for example, "Basic" or "StarScript".
Definition: ScriptEventDescriptor.idl:47
string ScriptCode
script code as string (the code has to correspond with the language defined by ScriptType).
Definition: ScriptEventDescriptor.idl:52
string EventMethod
event method as string.
Definition: ScriptEventDescriptor.idl:36
string ListenerType
listener type as string, same as listener-XIdlClass.getName().
Definition: ScriptEventDescriptor.idl:32
Definition: Ambiguous.idl:20
describes an effect, especially a script to be executed, for a certain event given by the listener ty...
Definition: ScriptEventDescriptor.idl:28
string AddListenerParam
data to be used if the addListener method needs an additional parameter.
Definition: ScriptEventDescriptor.idl:43