Open main menu

CDOT Wiki β

Changes

PWCore

4 bytes added, 18:41, 24 April 2008
Skeleton PW Observer Class
PluginWatcherObserver.prototype = {
observe: function(subject, topic, data) {
if (topic == "experimental-notify-plugin-call") //In case your class is registered to listen to other topics
//This gets executed each time a PW runtime notification arrives
1
edit