MeowEventProxyy.prototype.headbind = function(event, meowCallback) {
            debug('Add Listener for %s', event);
            xxx.meowCallback[event] = xxx.meowCallback[event] || [];
            xxx.meowCallback[event].unshift(meowCallback);
            return xxx;