org.eclipse.swt.internal.mozilla
Class nsIObserverService
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIObserverService
public class nsIObserverService
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IOBSERVERSERVICE_IID_STR
public static final java.lang.String NS_IOBSERVERSERVICE_IID_STR
- See Also:
- Constant Field Values
NS_IOBSERVERSERVICE_IID
public static final nsID NS_IOBSERVERSERVICE_IID
nsIObserverService
public nsIObserverService(long address)
AddObserver
public int AddObserver(long anObserver,
byte[] aTopic,
int ownsWeak)
RemoveObserver
public int RemoveObserver(long anObserver,
byte[] aTopic)
NotifyObservers
public int NotifyObservers(long aSubject,
byte[] aTopic,
char[] someData)
EnumerateObservers
public int EnumerateObservers(byte[] aTopic,
long[] _retval)