2014-12-29 Note: While writing this article I noticed in flaw how the listeners are stored. You can read everything about the Revised EventEmitter. When it comes to C++ callback / event handling I have for a long time relied on sigc++. But since the release and mainstream adoption of C++11, I have more and more relied on lambda function for event handling. I have mostly just used the pattern where