Any idea about custom event processing?
Have tried
wade.processEvent('gbe',0);
with
wade.addEventListener(this.owner,'gbe');
already present.
And a function
this.gbe = function()
{
console.log('internal');
};
Maybe i have misunderstood usage of this but it doesn't work somehow ...