tmozILocalActionObject Interface Reference

Local action object. More...

Inheritance diagram for tmozILocalActionObject:

tmozIActionObject

List of all members.

Public Member Functions

void setType (in AString type)
 Set object type.
void add (in AString name, in AString value)
 Add property.


Detailed Description

Local action object.

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.


Member Function Documentation

void add ( in AString  name,
in AString  value 
)

Add property.

Add property to the object.

Parameters:
name Property name
value Value of the property

void setType ( in AString  type  ) 

Set object type.

Parameters:
type Object type, e.g.: Tahiti.SystemMessage


Generated on Thu Aug 27 12:37:06 2009 for Tahiti XPCOM API