org.eclipse.swt.internal.mozilla
Class nsIURIContentListener

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIURIContentListener

public class nsIURIContentListener
extends nsISupports


Field Summary
static nsID NS_IURICONTENTLISTENER_IID
           
static java.lang.String NS_IURICONTENTLISTENER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIURIContentListener(long address)
           
 
Method Summary
 int CanHandleContent(byte[] aContentType, int aIsContentPreferred, long[] aDesiredContentType, int[] _retval)
           
 int DoContent(byte[] aContentType, int aIsContentPreferred, long aRequest, long[] aContentHandler, int[] _retval)
           
 int GetLoadCookie(long[] aLoadCookie)
           
 int GetParentContentListener(long[] aParentContentListener)
           
 int IsPreferred(byte[] aContentType, long[] aDesiredContentType, int[] _retval)
           
 int OnStartURIOpen(long aURI, int[] _retval)
           
 int SetLoadCookie(long aLoadCookie)
           
 int SetParentContentListener(long aParentContentListener)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_IURICONTENTLISTENER_IID_STR

public static final java.lang.String NS_IURICONTENTLISTENER_IID_STR
See Also:
Constant Field Values

NS_IURICONTENTLISTENER_IID

public static final nsID NS_IURICONTENTLISTENER_IID
Constructor Detail

nsIURIContentListener

public nsIURIContentListener(long address)
Method Detail

OnStartURIOpen

public int OnStartURIOpen(long aURI,
                          int[] _retval)

DoContent

public int DoContent(byte[] aContentType,
                     int aIsContentPreferred,
                     long aRequest,
                     long[] aContentHandler,
                     int[] _retval)

IsPreferred

public int IsPreferred(byte[] aContentType,
                       long[] aDesiredContentType,
                       int[] _retval)

CanHandleContent

public int CanHandleContent(byte[] aContentType,
                            int aIsContentPreferred,
                            long[] aDesiredContentType,
                            int[] _retval)

GetLoadCookie

public int GetLoadCookie(long[] aLoadCookie)

SetLoadCookie

public int SetLoadCookie(long aLoadCookie)

GetParentContentListener

public int GetParentContentListener(long[] aParentContentListener)

SetParentContentListener

public int SetParentContentListener(long aParentContentListener)