
Public Member Functions | |
| void | setType (in AString type) | 
| Set object type.   | |
| void | add (in AString name, in AString value) | 
| Add property.   | |
Local action object can be created in any component and send to the server or other component. There is factory called '@lightcomp.com/tahiti/local.action.object;1' to create these objects.
Type of the object have to be set before sending to other component.
| void add | ( | in AString | name, | |
| in AString | value | |||
| ) | 
Add property.
Add property to the object.
| name | Property name | |
| value | Value of the property | 
| void setType | ( | in AString | type | ) | 
Set object type.
| type | Object type, e.g.: Tahiti.SystemMessage |