tmozIActionObject Interface Reference

Action object. More...

Inheritance diagram for tmozIActionObject:

tmozILocalActionObject

List of all members.

Public Member Functions

AString getValue (in long index)
 Return value of attribute. Return value of the attribue with given index.
AString getName (in long index)
 Return name of attribute. Return name of the attribute with given index.
AString get (in AString name)
 Return value of attribute. Return value of the attribue with given name.

Public Attributes

readonly attribute AString type
 Action object type.
readonly attribute long count
 Number of attributes.


Detailed Description

Action object.

Action object have name and set ot attributes. These objects can be used for communication between components. It is also possible to send/receive such object over network. Object can be also stored in the file - extension .TAOBJ.

Example of Action object is Tahiti.SystemMessage - request to display message box.


Member Function Documentation

AString get ( in AString  name  ) 

Return value of attribute. Return value of the attribue with given name.

Parameters:
name Name of the attribute.
Returns:
Return value of the attribute.

AString getName ( in long  index  ) 

Return name of attribute. Return name of the attribute with given index.

Parameters:
index Index of the attribute.
Returns:
Return name of the attribute.

AString getValue ( in long  index  ) 

Return value of attribute. Return value of the attribue with given index.

Parameters:
index Index of the attribute.
Returns:
Return value of the attribute.


Member Data Documentation

readonly attribute long count

Number of attributes.

Number of attributes for this object.

readonly attribute AString type

Action object type.

Object type is used as main object identification.


Generated on Wed Dec 15 09:54:21 2010 for Tahiti XPCOM API