Public Member Functions | |
tmozIDomainComponent | create (in tmozIDomain aDomain, in tmozIException tmozException) |
Create new component. |
This interface is factory for domain specific components. Components in JavaScript are created using this factory. Tahiti reads list of components from the configuration option 'Components.XPCOM.Load' and try to create each of them.
tmozIDomainComponent create | ( | in tmozIDomain | aDomain, | |
in tmozIException | tmozException | |||
) |
Create new component.
Function create new component.
aDomain | domain | |
tmozException | exception object |
tmozException | If component creation fail factory should write error description in the exception object. |