Skip to content

Evented Classes and Controllers

pilsy edited this page Mar 26, 2014 · 1 revision

NodeJS has a wonderful EventEmitter that is provided out of the box, however this does not tie in with the uberclass module which provides our Classes (including Controllers)

We have made the uberutil which can be used to inherit EventEmitter with any Class or Controller you want.

The usage is the same as any other Class or Controller

Clone this wiki locally