Changes

Jump to: navigation, search

PWCore

14 bytes added, 18:41, 24 April 2008
Skeleton PW Observer Class
this.registered = false;
}
PluginWatcherObserver.prototype = {
observe: function(subject, topic, data) {
// --YOUR CODE GOES HERE--
}
},
//Takes care of registering the observer services for the "experimental-notify-plugin-call" topic
.getService(Components.interfaces.nsIObserverService);
observerService.removeObserver(this, "experimental-notify-plugin-call");
this.registered = false;
}
}
}
1
edit

Navigation menu