org.eclipse.swt.internal.mozilla
Class nsIURIContentListener
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIURIContentListener
public class nsIURIContentListener
- extends nsISupports
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
nsIURIContentListener
public nsIURIContentListener(long address)
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)