org.mozilla.jrex.xpcom
Interface JRexXPCOM

All Known Implementing Classes:
JRexXPCOMImpl

public interface JRexXPCOM

An interface to control start and stop of XPCOM engine.

Version:
1.0
Author:
C.N.Medappa

Method Summary
 void startXPCOM()
          A function to start mozilla XPCOM engine.
 void stopXPCOM()
          A function to stop mozilla XPCOM engine.
 

Method Detail

startXPCOM

public void startXPCOM()
                throws JRexException
A function to start mozilla XPCOM engine.

JRexException

stopXPCOM

public void stopXPCOM()
               throws JRexException
A function to stop mozilla XPCOM engine.

JRexException


Copyright © 2004 C.N.Medappa. All Rights Reserved.