tmozIActionObjectListener Interface Reference

Action Object Listener. More...

List of all members.

Public Member Functions

long onReceivedObject (in tmozIDomain domain, in tmozIActionObject tmozActionObject, in tmozIException tmozException)
 On received action object Function is called by framework to route action object to the component.


Detailed Description

Action Object Listener.

Action Object Listener is an abstract interface used to notify about received action object. New listener have to be registered in the domain interface (tmozIDomain).


Member Function Documentation

long onReceivedObject ( in tmozIDomain  domain,
in tmozIActionObject  tmozActionObject,
in tmozIException  tmozException 
)

On received action object Function is called by framework to route action object to the component.

Parameters:
tmozActionObject action object
domain Domain
tmozException Exception object to return any error state
Exceptions:
tmozException If processing failure component should throw exception and set error description in the tmozException object.
Returns:
Function returns processing status.
  • 0 object was not processed
  • 1 object was processed
  • 2 object was processed with error


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