EventDispatcher. Add event notifications to custom objects in JavaScript.

github.com/mrdoob/eventdispatcher.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2022
  • Merge pull request #22 from Windrill/master
  • use specific type
  • remove duplicate and add d.ts: js->ts annotation
May 2022
  • Update EventDispatcher.ts
  • Typescript sugar
January 2021
  • Update README.md
  • Merge pull request #21 from linbingquan/dev
  • Updated EventDispatcher.js
June 2017
  • Updated README.md
  • Improved example.
  • Upstreaming from three.js.
May 2016
  • Updated README.
  • Use Object.assign().
  • Merge pull request #17 from rbecheras/master
  • fix author and homepage fields in bower package
September 2015
  • Create bower package
March 2014
  • Upstreaming @gero3 dispatchEvent fix.
December 2013
  • Upstreaming improvements from three.js.
October 2013
  • Garbage-less array copy. See #5.
  • Avoid out of bounds access if removing a listener while iterating the…