x6events.getSubscribers
The Javascript method x6events.getSubscribers returns
an array of subscribers to a particular event.
Use this method to discover which objects are
subscribed to a particular event.
An array of zero or more object id's.
getSubscribers: function(eventName) {
return x6.p(this.subscribers,eventName,[]);
},