-
echicken authored
EventEmitter a la node.js, with an inheritance helper for adding it to your Object. Same API as in node except: - No concept of MaxListeners - No prependListener/prependOnceListener (These can be added later if they're needed. Too much hassle tonight.) Currently a legacy-style library and should maybe be updated for newer return-style load/require type use.
echicken authoredEventEmitter a la node.js, with an inheritance helper for adding it to your Object. Same API as in node except: - No concept of MaxListeners - No prependListener/prependOnceListener (These can be added later if they're needed. Too much hassle tonight.) Currently a legacy-style library and should maybe be updated for newer return-style load/require type use.
Loading