You can also use another event emitter implementation like https://github.com/ozantunca/DispatcherJS. The implementation would be like:
dispatcher.on('*', function () {});
DispatcherJS also supports namespaces and even dependencies to determine which callbacks are going to be called first.